1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
Warner Losh 2020-09-01 07:54:14 +00:00
parent 2b6d38a1db
commit 4c570f6118
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365026

View File

@ -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