summaryrefslogtreecommitdiffstats
path: root/arch/efi/Makefile
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-23 18:02:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-24 09:34:11 +0100
commit71f0587f2049397d86e9eee7983bce623de5fb5e (patch)
tree8f75b38dfd51bed60b2460dc104f1f852bb45689 /arch/efi/Makefile
parent39db674c45b851e5dab019469e34db3f1c2bf6a9 (diff)
downloadbarebox-71f0587f2049397d86e9eee7983bce623de5fb5e.tar.gz
barebox-71f0587f2049397d86e9eee7983bce623de5fb5e.tar.xz
efi: include and execute exit calls
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/efi/Makefile')
-rw-r--r--arch/efi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/efi/Makefile b/arch/efi/Makefile
index b078bd0e35..32a1c152b7 100644
--- a/arch/efi/Makefile
+++ b/arch/efi/Makefile
@@ -28,8 +28,8 @@ cmd_barebox__ ?= $(LD) $(LDFLAGS) $(LDFLAGS_barebox) -o $@ \
quiet_cmd_efi_image = EFI-IMG $@
cmd_efi_image = $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \
-j .dynsym -j .rel -j .rela -j .reloc -j __barebox_initcalls \
- -j __barebox_cmd -j .barebox_magicvar -j .bbenv.* \
- --target=$(TARGET) $< $@
+ -j __barebox_exitcalls -j __barebox_cmd -j .barebox_magicvar \
+ -j .bbenv.* --target=$(TARGET) $< $@
KBUILD_BINARY := barebox