Centralize definition of ZFSTOP
Define this helper variable in one place and make it available while building the entire base system. Reviewed by: sjg Obtained from: CheriBSD (mostly) Differential Revision: https://reviews.freebsd.org/D53790
This commit is contained in:
@@ -48,6 +48,9 @@ CFLAGS+= -fmacro-prefix-map=${SRCTOP}=/usr/src -fdebug-prefix-map=${SRCTOP}=/usr
|
||||
|
||||
DEFAULTWARNS?= 6
|
||||
|
||||
# ZFS source directory
|
||||
ZFSTOP?= ${SRCTOP}/sys/contrib/openzfs
|
||||
|
||||
# tempting, but bsd.compiler.mk causes problems this early
|
||||
# probably need to remove dependence on bsd.own.mk
|
||||
#.include "src.opts.mk"
|
||||
|
||||
Reference in New Issue
Block a user