Skip to content

Commit 97fd768

Browse files
committed
efi/libstub: zboot: Add compressed image to make targets
Avoid needlessly rebuilding the compressed image by adding the file 'vmlinuz' to the 'targets' Kbuild make variable. Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent 5ed213d commit 97fd768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/efi/libstub/Makefile.zboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ OBJCOPYFLAGS_vmlinuz.efi := -O binary
4444
$(obj)/vmlinuz.efi: $(obj)/vmlinuz.efi.elf FORCE
4545
$(call if_changed,objcopy)
4646

47-
targets += zboot-header.o vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
47+
targets += zboot-header.o vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi

0 commit comments

Comments
 (0)