diff options
| author | Jan Kiszka <[email protected]> | 2020-05-04 14:38:29 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-05-07 18:23:16 +0200 |
| commit | b37a0b5c896f07958aa8c6759abe83c5a08a4de9 (patch) | |
| tree | 2b9eda8375e37471ef26cda82cbb6413c3a6b706 /scripts/Makefile.lib | |
| parent | 69bf66ad8c0d53cc5e64d0f4f2e3bc9ad18e61aa (diff) | |
kbuild: efi: Avoid rebuilding efi targets
Add a couple of missing targets so that helloworld and other efi targets
are not needlessly rebuilt.
CC: Heinrich Schuchardt <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Tested-by: Heinrich Schuchardt <[email protected]>
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 # --------------------------------------------------------------------------- # |
