aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)