summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/kgzldr/Makefile')
-rw-r--r--sys/boot/pc98/kgzldr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index 9fed53d..66e725e 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -14,7 +14,7 @@ AFLAGS+=--defsym PC98=1
.for asm in start crt sio
OBJS+= ${asm}.o
${asm}.o: ${asm}.s
- as -o ${.TARGET} ${.ALLSRC:M*${asm}*}
+ ${AS} ${AFLAGS} -o ${.TARGET} ${.ALLSRC:M*${asm}*}
.endfor
CLEANFILES=kgzldr.o
OpenPOWER on IntegriCloud