summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-02-13 04:45:41 +0000
committermarcel <marcel@FreeBSD.org>2004-02-13 04:45:41 +0000
commit275a1bc68b28c2fe967239673ac85644d8cf9f91 (patch)
tree0366a237fff1389b4a9d89592b9c62c6ef3e26ea /sys/boot/efi
parent9ce72c836f87b47bc687343c9aeee6b1bfab65c8 (diff)
downloadFreeBSD-src-275a1bc68b28c2fe967239673ac85644d8cf9f91.zip
FreeBSD-src-275a1bc68b28c2fe967239673ac85644d8cf9f91.tar.gz
Don't create a mapfile during link. It's not needed for the build.
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 8197b6a..e58df26 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -31,10 +31,10 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
-LDFLAGS= -Wl,-T${LDSCRIPT} -Wl,-M,-Map,loader.list -shared -symbolic
+LDFLAGS= -Wl,-T${LDSCRIPT} -shared -symbolic
OBJCOPY?= objcopy
-CLEANFILES= vers.c loader.efi loader.list loader.help
+CLEANFILES= vers.c loader.efi loader.help
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
OpenPOWER on IntegriCloud