Skip to content

Commit

Permalink
Makefile.bsd: remove directory that no longer exists
Browse files Browse the repository at this point in the history
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 openzfs#11077
  • Loading branch information
kevans91 authored Oct 20, 2020
1 parent ff2f542 commit 241c62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/Makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 241c62b

Please sign in to comment.