summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/Makefile.inc
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-02-07 12:19:44 +0000
committernyan <nyan@FreeBSD.org>2004-02-07 12:19:44 +0000
commita1e0ad4bf3b12f2aad6b934ea006fef4c1720e02 (patch)
tree484ffc9ed61b2bd87c53a9eb0ba2f7152a75c04a /sys/boot/pc98/Makefile.inc
parentb377ec7a9a2093b8c3c6e8c28b306c8bc7094120 (diff)
downloadFreeBSD-src-a1e0ad4bf3b12f2aad6b934ea006fef4c1720e02.zip
FreeBSD-src-a1e0ad4bf3b12f2aad6b934ea006fef4c1720e02.tar.gz
MFi386: Cleanups to sys/boot makefiles.
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-rw-r--r--sys/boot/pc98/Makefile.inc16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 53653eb..86f1400 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -2,5 +2,17 @@
#
# $FreeBSD$
-LOADER_ADDRESS?= 0x100000
-CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
+BINDIR?= /boot
+
+LOADER_ADDRESS?=0x100000
+CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
+
+# BTX components
+.if exists(${.OBJDIR}/../btx)
+BTXDIR= ${.OBJDIR}/../btx
+.else
+BTXDIR= ${.CURDIR}/../btx
+.endif
+BTXLDR= ${BTXDIR}/btxldr/btxldr
+BTXKERN= ${BTXDIR}/btx/btx
+BTXCRT= ${BTXDIR}/lib/crt0.o
OpenPOWER on IntegriCloud