summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-04-29 08:24:57 +0000
committernyan <nyan@FreeBSD.org>2004-04-29 08:24:57 +0000
commit3640f633e3d09ee34855e68d8de4b7153844cce6 (patch)
treed29e67b1111a2f89b3c9f7d49a5fe86dedde9e01 /sys/boot
parentb56709bbf0f9188f36fc16e4c40929d3d00adc42 (diff)
downloadFreeBSD-src-3640f633e3d09ee34855e68d8de4b7153844cce6.zip
FreeBSD-src-3640f633e3d09ee34855e68d8de4b7153844cce6.tar.gz
MFi386: revisions from 1.15 to 1.17.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/btx/btxldr/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile
index 85b21e1..0cbed49 100644
--- a/sys/boot/pc98/btx/btxldr/Makefile
+++ b/sys/boot/pc98/btx/btxldr/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
-PROG= btxldr.out
+PROG= btxldr
INTERNALPROG=
NOMAN=
SRCS= btxldr.S
-CLEANFILES= btxldr
CFLAGS+=-DPC98
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
@@ -13,11 +12,6 @@ CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
CFLAGS+=-DBTXLDR_VERBOSE
.endif
-all: btxldr
-
-LDFLAGS=-N -e start -Ttext ${LOADER_ADDRESS}
-
-btxldr: btxldr.out
- objcopy -S -O binary btxldr.out ${.TARGET}
+LDFLAGS=-N -e start -Ttext ${LOADER_ADDRESS} -Wl,-S,--oformat,binary
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud