loader: libofw build is missing sys/list.h after r362431

Add another include path
This commit is contained in:
Toomas Soome 2020-06-20 08:22:57 +00:00
parent a137f7997e
commit 4583682ec1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362433

View file

@ -10,6 +10,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
.PATH: ${ZFSSRC}
SRCS+= devicename_stubs.c
CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs
CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/common
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${LDRSRC}