summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/cdboot/Makefile
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-05-11 09:46:17 +0000
committeravg <avg@FreeBSD.org>2012-05-11 09:46:17 +0000
commitebf7c38315d6fe686fa6989e6058de917733d2d2 (patch)
tree234a271ea6dfc261cad9fad14a175823bc62b986 /sys/boot/pc98/cdboot/Makefile
parent9cc1a8ec50336e683ff9f6c42f1ffb762bcf85b9 (diff)
downloadFreeBSD-src-ebf7c38315d6fe686fa6989e6058de917733d2d2.zip
FreeBSD-src-ebf7c38315d6fe686fa6989e6058de917733d2d2.tar.gz
MFi386: improve argument passing via btxldr
use related definitions in i386 bootargs.h Reviewed by: nyan, jhb MFC after: 1 month
Diffstat (limited to 'sys/boot/pc98/cdboot/Makefile')
-rw-r--r--sys/boot/pc98/cdboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/pc98/cdboot/Makefile b/sys/boot/pc98/cdboot/Makefile
index ce11d7b..eec1328 100644
--- a/sys/boot/pc98/cdboot/Makefile
+++ b/sys/boot/pc98/cdboot/Makefile
@@ -4,7 +4,9 @@ PROG= cdboot
STRIP=
BINMODE=${NOBINMODE}
NO_MAN=
-SRCS= ${PROG}.s
+SRCS= ${PROG}.S
+
+CFLAGS+=-I${.CURDIR}/../../i386/common
ORG= 0x0000
OpenPOWER on IntegriCloud