stand: For ZFS build, add new directory
OpenZFS is based on having a number of layers of include files that define things and include the next layer. Insert a later at the start for files in libsa/zfs/spl so we can override issues with upstream OpenZFS while we work to get the issues corrected upstream. Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D35750
This commit is contained in:
parent
2b766d5e5a
commit
87d3aa5397
@ -24,7 +24,8 @@ CFLAGS+= -I${LDRSRC}
|
||||
CFLAGS+= -I${SYSDIR}/cddl/boot/zfs
|
||||
CFLAGS+= -I${SYSDIR}/crypto/skein
|
||||
|
||||
ZFS_EARLY= -I${ZFSOSINC} \
|
||||
ZFS_EARLY= -I${ZFSSRC}/spl \
|
||||
-I${ZFSOSINC} \
|
||||
-I${ZFSOSINC}/spl \
|
||||
-I${ZFSOSINC}/zfs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user