diff options
| author | Tom Rini <[email protected]> | 2020-05-08 14:56:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-08 14:56:23 -0400 |
| commit | a5e609b982a004e009e8ee0aa6066785db425ac2 (patch) | |
| tree | 3e687989c84d8a2f4bb9b4f06bb4b4bfe558d98a /scripts/Makefile.lib | |
| parent | ea02cfb6495eb5f54bf239405316746a19d303b2 (diff) | |
| parent | d7ca3ce3d3b990503cb6e0bafad91aa2a7c96b9d (diff) | |
Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-07-rc2-3
This series contains bug fixes and code simplifications.
Following clarification in the discussion of the EBBR specification
device trees will be passed as EfiACPIReclaimMemory to UEFI applications.
Diffstat (limited to 'scripts/Makefile.lib')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 63fbadd757d..734001c952a 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -418,6 +418,8 @@ $(obj)/efi_reloc.o: $(srctree)/arch/$(ARCH)/lib/$(EFI_RELOC:.o=.c) $(recordmcoun $(obj)/%_efi.so: $(obj)/%.o $(obj)/efi_crt0.o $(obj)/efi_reloc.o $(obj)/efi_freestanding.o $(call cmd,efi_ld) +targets += $(obj)/efi_crt0.o $(obj)/efi_reloc.o $(obj)/efi_freestanding.o + # ACPI # --------------------------------------------------------------------------- # |
