Add defines for OpenZFS variables
OZFS is the top of the OpenZFS tree (aka src/sys/contrib/openzfs). ZFSOSSRC is the path to the OepnZFS sources ZFSOSINC is the path to the OepnZFS includes MFC After: 3 days
This commit is contained in:
parent
2b6d38a1db
commit
4c570f6118
@ -35,6 +35,9 @@ SASRC= ${BOOTSRC}/libsa
|
||||
SYSDIR= ${SRCTOP}/sys
|
||||
UBOOTSRC= ${BOOTSRC}/uboot
|
||||
ZFSSRC= ${SASRC}/zfs
|
||||
OZFS= ${SRCTOP}/sys/contrib/openzfs
|
||||
ZFSOSSRC= ${OZFS}/module/os/freebsd/
|
||||
ZFSOSINC= ${OZFS}/include/os/freebsd
|
||||
LIBCSRC= ${SRCTOP}/lib/libc
|
||||
|
||||
BOOTOBJ= ${OBJTOP}/stand
|
||||
|
Loading…
Reference in New Issue
Block a user