]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
efi: Add 64-bit payload support
[karo-tx-uboot.git] / Makefile
index e19a4cf2c94fc04d2d89eb6c8046d6a4552ea516..711e3d8c360e73f1639141f96254f13d94544a2d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1103,7 +1103,7 @@ u-boot-payload.lds: $(LDSCRIPT_EFI) FORCE
 # Rule to link the EFI payload which contains a stub and a U-Boot binary
 quiet_cmd_u-boot_payload ?= LD      $@
       cmd_u-boot_payload ?= $(LD) $(LDFLAGS_EFI_PAYLOAD) -o $@ \
-      -T u-boot-payload.lds \
+      -T u-boot-payload.lds arch/x86/cpu/call32.o \
       lib/efi/efi.o lib/efi/efi_stub.o u-boot-dtb.bin.o \
       $(addprefix arch/$(ARCH)/lib/efi/,$(EFISTUB))