summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/boot1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64/boot1/Makefile')
-rw-r--r--sys/boot/sparc64/boot1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile
index ab012f7..ec41072 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/sys/boot/sparc64/boot1/Makefile
@@ -9,7 +9,7 @@ BINMODE= 444
BOOTBLOCKBASE= 0x4000
-CFLAGS= -ffreestanding -mcmodel=medlow -Os -I../.. -I../../common
+CFLAGS= -ffreestanding -mcmodel=medlow -Os -I../.. -I../../common -I${.CURDIR}/../../common
boot1.elf: _start.o boot1.o
${LD} -N -Ttext ${BOOTBLOCKBASE} -o ${.TARGET} ${.ALLSRC}
OpenPOWER on IntegriCloud