Skip to content

Commit 4df31aa

Browse files
kevans91behlendorf
authored andcommitted
Makefile.bsd: remove directory that no longer exists
This was removed in a reorganization of directories preparing for the merge of FreeBSD support, 006e9a4 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 <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Kyle Evans <[email protected]> Closes #11077
1 parent aeeada3 commit 4df31aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module/Makefile.bsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ KMOD= openzfs
2424

2525
CFLAGS+= -I${.OBJDIR:H}/include
2626
CFLAGS+= -I${INCDIR}
27-
CFLAGS+= -I${INCDIR}/spl
2827
CFLAGS+= -I${INCDIR}/os/freebsd
2928
CFLAGS+= -I${INCDIR}/os/freebsd/spl
3029
CFLAGS+= -I${INCDIR}/os/freebsd/zfs

0 commit comments

Comments
 (0)