From 71f0587f2049397d86e9eee7983bce623de5fb5e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 23 Jan 2017 18:02:17 +0100 Subject: efi: include and execute exit calls Signed-off-by: Michael Olbrich Signed-off-by: Sascha Hauer --- arch/efi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/efi/Makefile') 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 -- cgit v1.2.3