diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-08-05 14:48:55 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-08-05 14:48:55 +0000 |
| commit | 7361df284bf4897011d3e1b0209e0379fbb0f79b (patch) | |
| tree | e7051e085c03d7e04e64972e10f0dfae9626566c /sys/boot | |
| parent | 4c89da6c18a9899ccf3db7c1bb1f54c2ba362fe0 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/cdboot/cdboot.S | 4 | ||||
| -rw-r--r-- | sys/boot/pc98/libpc98/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.S b/sys/boot/pc98/cdboot/cdboot.S index a6508e2ffdf4..ae333d1d7ef3 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 0de2e0836bac..b4433a474d76 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 |
