summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2012-08-05 14:48:55 +0000
committernyan <nyan@FreeBSD.org>2012-08-05 14:48:55 +0000
commit904004f288ba36cbd5f50124530787e13ad6a76a (patch)
treee7051e085c03d7e04e64972e10f0dfae9626566c /sys/boot/pc98
parentce1cae970c8f58726e122d9a5135fd8010fc6733 (diff)
downloadFreeBSD-src-904004f288ba36cbd5f50124530787e13ad6a76a.zip
FreeBSD-src-904004f288ba36cbd5f50124530787e13ad6a76a.tar.gz
Reduce diffs against i386.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/cdboot/cdboot.S4
-rw-r--r--sys/boot/pc98/libpc98/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.S b/sys/boot/pc98/cdboot/cdboot.S
index a6508e2..ae333d1 100644
--- a/sys/boot/pc98/cdboot/cdboot.S
+++ b/sys/boot/pc98/cdboot/cdboot.S
@@ -30,14 +30,14 @@
# $FreeBSD$
-#include <bootargs.h>
-
#
# Basically, we first create a set of boot arguments to pass to the loaded
# binary. Then we attempt to load /boot/loader from the CD we were booted
# off of.
#
+#include <bootargs.h>
+
#
# Memory locations.
#
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile
index 0de2e08..b4433a4 100644
--- a/sys/boot/pc98/libpc98/Makefile
+++ b/sys/boot/pc98/libpc98/Makefile
@@ -37,7 +37,8 @@ CFLAGS+= -DTERM_EMU
# XXX: make alloca() useable
CFLAGS+= -Dalloca=__builtin_alloca
-CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
+CFLAGS+= -I${.CURDIR}/../../common \
+ -I${.CURDIR}/../btx/lib \
-I${.CURDIR}/../../i386/libi386 \
-I${.CURDIR}/../../.. -I.
# the location of libstand
OpenPOWER on IntegriCloud