mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
loader: fix libofw build after r362431
This commit is contained in:
parent
3830659e99
commit
a137f7997e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue