aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:33 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:33 +0000
commitbcbe0c006e3e9403ac1386bbfe99ca8ee99a6635 (patch)
tree081c7c075d54d78aef44398a1d2c0da124210143 /sys/boot/ficl.mk
parent7f20726e4badbe62a3b6d45a2e61bd68ac1d4cd3 (diff)
downloadsrc-bcbe0c006e3e9403ac1386bbfe99ca8ee99a6635.tar.gz
src-bcbe0c006e3e9403ac1386bbfe99ca8ee99a6635.zip
tweak style
Notes
Notes: svn path=/head/; revision=324650
Diffstat (limited to 'sys/boot/ficl.mk')
-rw-r--r--sys/boot/ficl.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/ficl.mk b/sys/boot/ficl.mk
index ef9a11de347a..31ca677e863e 100644
--- a/sys/boot/ficl.mk
+++ b/sys/boot/ficl.mk
@@ -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)