svn commit: r324650 - head/sys/boot

Warner Losh imp at FreeBSD.org
Mon Oct 16 03:59:35 UTC 2017


Author: imp
Date: Mon Oct 16 03:59:33 2017
New Revision: 324650
URL: https://svnweb.freebsd.org/changeset/base/324650

Log:
  tweak style

Modified:
  head/sys/boot/ficl.mk

Modified: head/sys/boot/ficl.mk
==============================================================================
--- head/sys/boot/ficl.mk	Mon Oct 16 03:59:28 2017	(r324649)
+++ head/sys/boot/ficl.mk	Mon Oct 16 03:59:33 2017	(r324650)
@@ -26,8 +26,7 @@ CFLAGS+=	-fPIC
 CFLAGS+=	-m32 -mcpu=powerpc -I.
 .endif
 
-CFLAGS+=	-I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} \
-		-I${FICLDIR}/../common
+CFLAGS+=	-I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} -I${SRCTOP}/sys/boot/common
 
 .if ${MACHINE_CPUARCH} == "amd64" && defined(FICL32)
 .if !exists(machine)


More information about the svn-src-head mailing list