diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-04-29 08:24:57 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2004-04-29 08:24:57 +0000 |
| commit | dd4d0b14e8f0d7d9c52bf3dc41db48e52eaf9c07 (patch) | |
| tree | d29e67b1111a2f89b3c9f7d49a5fe86dedde9e01 /sys/boot | |
| parent | 798f9e7fa0853e3b4cfb5b233a6aa3d9281903ac (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/btx/btxldr/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index 85b21e1527c9b..0cbed4974b76d 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> |
