Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103991270
D38009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
647 B
Referenced Files
None
Subscribers
None
D38009.diff
View Options
diff --git a/stand/kboot/Makefile b/stand/kboot/Makefile
--- a/stand/kboot/Makefile
+++ b/stand/kboot/Makefile
@@ -5,6 +5,7 @@
LOADER_MSDOS_SUPPORT?= no
LOADER_EXT2FS_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
+LOADER_ZFS_SUPPORT?= yes
LOADER_NET_SUPPORT?= no
LOADER_NFS_SUPPORT?= no
LOADER_TFTP_SUPPORT?= no
@@ -34,6 +35,12 @@
vers.c
CFLAGS.gfx_fb_stub.c += -I${SRCTOP}/contrib/pnglite -I${SRCTOP}/sys/teken
+.if ${MK_LOADER_ZFS} != "no"
+CFLAGS+= -I${ZFSSRC}
+CFLAGS+= -I${SYSDIR}/contrib/openzfs/include
+CFLAGS+= -I${SYSDIR}/contrib/openzfs/include/os/freebsd/zfs
+HAVE_ZFS=yes
+.endif
.include "${BOOTSRC}/fdt.mk"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 2:55 AM (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14999367
Default Alt Text
D38009.diff (647 B)
Attached To
Mode
D38009: kboot: Add ZFS supprot build glue
Attached
Detach File
Event Timeline
Log In to Comment