summaryrefslogtreecommitdiff
path: root/stand/libofw
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-06-20 07:46:43 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-06-20 07:46:43 +0000
commita137f7997efc8a34da75a7643c8fade4be67e82c (patch)
tree1ec28719433cb685be2195025020b35c21bde889 /stand/libofw
parent3830659e99640001c09d26dfc0e1bbd77d919a62 (diff)
downloadsrc-test-a137f7997efc8a34da75a7643c8fade4be67e82c.tar.gz
src-test-a137f7997efc8a34da75a7643c8fade4be67e82c.zip
loader: fix libofw build after r362431
Notes
Notes: svn path=/head/; revision=362432
Diffstat (limited to 'stand/libofw')
-rw-r--r--stand/libofw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile
index 1017988705a6a..d2bb03d1b289e 100644
--- a/stand/libofw/Makefile
+++ b/stand/libofw/Makefile
@@ -9,7 +9,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
ofw_time.c openfirm.c
.PATH: ${ZFSSRC}
SRCS+= devicename_stubs.c
-CFLAGS+= -I${ZFSSRC}
+CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${LDRSRC}