diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-02-28 10:08:23 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-02-28 10:08:23 +0000 |
| commit | 28a90658c48a694fc3cfcc741dad691b0360471e (patch) | |
| tree | 70fc8af47e98b9f7b5e36cbc23764c649b401ce9 /sys/boot | |
| parent | 0497c9b47804fe7842fef838965cb9cda66b8f6a (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/boot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 89f083379703..d4bdde4ce6f6 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -11,7 +11,7 @@ BINMODE= 444 CFLAGS= -elf -Os -fno-builtin -fforce-addr -fdata-sections \ -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ -mpreferred-stack-boundary=2 -mrtd \ - -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} + -D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= ${CWARNFLAGS} CFLAGS+= -I${.CURDIR}/../../.. |
