summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-04-29 08:24:30 +0000
committernyan <nyan@FreeBSD.org>2004-04-29 08:24:30 +0000
commitb56709bbf0f9188f36fc16e4c40929d3d00adc42 (patch)
treef49bc4a925813f2e2d660bdcb240a1eb714c87e9 /sys/boot
parent91483de01f3eb16f824aa315b2565978f803a220 (diff)
downloadFreeBSD-src-b56709bbf0f9188f36fc16e4c40929d3d00adc42.zip
FreeBSD-src-b56709bbf0f9188f36fc16e4c40929d3d00adc42.tar.gz
MFi386: revisions from 1.16 to 1.18.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/btx/btx/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile
index 561a492..7780e6b 100644
--- a/sys/boot/pc98/btx/btx/Makefile
+++ b/sys/boot/pc98/btx/btx/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
-PROG= btx.out
+PROG= btx
INTERNALPROG=
NOMAN=
SRCS= btx.S
-CLEANFILES= btx
CFLAGS+=-DPC98
@@ -31,11 +30,6 @@ CFLAGS+=-DBTX_SERIAL -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
ORG= 0x9000
-all: btx
-
-LDFLAGS=-N -e start -Ttext ${ORG}
-
-btx: btx.out
- objcopy -S -O binary btx.out ${.TARGET}
+LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud