summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-30 20:37:58 +0000
committerpeter <peter@FreeBSD.org>2002-09-30 20:37:58 +0000
commit0f28e71fa52e856f676e2e19d41468c1aa6230b3 (patch)
treea5f76d50f7bd9af22010aaab168d44d0ef5eddf2 /sys/boot/pc98/kgzldr
parent0341f71df178fd346332ced28efb677a6ef39414 (diff)
downloadFreeBSD-src-0f28e71fa52e856f676e2e19d41468c1aa6230b3.zip
FreeBSD-src-0f28e71fa52e856f676e2e19d41468c1aa6230b3.tar.gz
Use as's --defsym switch to compensate for the loss of the M4 substitution
of SIOPRT which broke kgzldr and therefore make release. Pointed out by: murray
Diffstat (limited to 'sys/boot/pc98/kgzldr')
-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 ec7e33d..5e1e866 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -16,7 +16,7 @@ AFLAGS+=--defsym PC98=1
CLEANFILES=${FILES}
BOOT_COMCONSOLE_PORT?= 0x238
-M4FLAGS+=-DSIOPRT=${BOOT_COMCONSOLE_PORT}
+AFLAGS+=--defsym SIO_PRT=${BOOT_COMCONSOLE_PORT}
kgzldr.o: ${OBJS}
${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS}
OpenPOWER on IntegriCloud