diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-04-29 08:24:30 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-04-29 08:24:30 +0000 |
| commit | 798f9e7fa0853e3b4cfb5b233a6aa3d9281903ac (patch) | |
| tree | f49bc4a925813f2e2d660bdcb240a1eb714c87e9 /sys | |
| parent | 9a34ab29f0ecd93bc6a40d28758534475f20d809 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/pc98/btx/btx/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index 561a492a88277..7780e6be8f647 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> |
