projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed213d
)
efi/libstub: zboot: Add compressed image to make targets
author
Ard Biesheuvel
<ardb@kernel.org>
Tue, 21 Mar 2023 14:17:57 +0000
(15:17 +0100)
committer
Ard Biesheuvel
<ardb@kernel.org>
Tue, 21 Mar 2023 14:20:56 +0000
(15:20 +0100)
Avoid needlessly rebuilding the compressed image by adding the file
'vmlinuz' to the 'targets' Kbuild make variable.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/Makefile.zboot
patch
|
blob
|
history
diff --git
a/drivers/firmware/efi/libstub/Makefile.zboot
b/drivers/firmware/efi/libstub/Makefile.zboot
index 43e9a4cab9f5dcf169d158929bb3d9711817621b..ccdd6a130d98618ec52098bcc1cfc7f4f588c400 100644
(file)
--- a/
drivers/firmware/efi/libstub/Makefile.zboot
+++ b/
drivers/firmware/efi/libstub/Makefile.zboot
@@
-44,4
+44,4
@@
OBJCOPYFLAGS_vmlinuz.efi := -O binary
$(obj)/vmlinuz.efi: $(obj)/vmlinuz.efi.elf FORCE
$(call if_changed,objcopy)
-targets += zboot-header.o vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
+targets += zboot-header.o vmlinuz
vmlinuz
.o vmlinuz.efi.elf vmlinuz.efi