Add <sys/dnv.h> required for libnv to SYSINCS, too, apparently missed
in r336335.
This commit is contained in:
parent
cfe607d5bf
commit
c36f427632
@ -70,7 +70,8 @@ SUBDIR= cross-build
|
||||
.endif
|
||||
|
||||
# Needed to build config (since it uses libnv)
|
||||
SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h
|
||||
SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h \
|
||||
${SRCTOP}/sys/sys/dnv.h
|
||||
|
||||
# We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
|
||||
# accidentally run tools that are incompatible but happen to be in $PATH.
|
||||
|
Loading…
x
Reference in New Issue
Block a user