]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Makefile.bsd: remove directory that no longer exists
authorKyle Evans <kevans91@users.noreply.github.com>
Tue, 20 Oct 2020 18:34:59 +0000 (13:34 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 18:34:59 +0000 (11:34 -0700)
This was removed in a reorganization of directories preparing for the
merge of FreeBSD support, 006e9a408824 by mmacy. While llvm is perfectly
happy with the nonexistent -I directory, the gcc6 and gcc9 we can elect
to use as cross-toolchains both trip over it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Closes #11077

module/Makefile.bsd

index 4feb9e1eaf0ce65ab4930efe8fe0eccea81f2579..0c67bd2558e5484f62a79618a4b88e38975b85ad 100644 (file)
@@ -24,7 +24,6 @@ KMOD= openzfs
 
 CFLAGS+= -I${.OBJDIR:H}/include
 CFLAGS+= -I${INCDIR}
-CFLAGS+= -I${INCDIR}/spl
 CFLAGS+= -I${INCDIR}/os/freebsd
 CFLAGS+= -I${INCDIR}/os/freebsd/spl
 CFLAGS+= -I${INCDIR}/os/freebsd/zfs