svn commit: r362432 - head/stand/libofw

Toomas Soome tsoome at FreeBSD.org
Sat Jun 20 07:46:44 UTC 2020


Author: tsoome
Date: Sat Jun 20 07:46:43 2020
New Revision: 362432
URL: https://svnweb.freebsd.org/changeset/base/362432

Log:
  loader: fix libofw build after r362431

Modified:
  head/stand/libofw/Makefile

Modified: head/stand/libofw/Makefile
==============================================================================
--- head/stand/libofw/Makefile	Sat Jun 20 06:23:31 2020	(r362431)
+++ head/stand/libofw/Makefile	Sat Jun 20 07:46:43 2020	(r362432)
@@ -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}


More information about the svn-src-head mailing list