aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/Makefile')
-rw-r--r--arch/x86/boot/compressed/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index 6915ff2bd996..0fb857ebe3d9 100644
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -60,7 +60,6 @@ vmlinux-objs-$(CONFIG_EFI_MIXED) += $(obj)/efi_thunk_$(BITS).o
60 60
61$(obj)/vmlinux: $(vmlinux-objs-y) FORCE 61$(obj)/vmlinux: $(vmlinux-objs-y) FORCE
62 $(call if_changed,ld) 62 $(call if_changed,ld)
63 @:
64 63
65OBJCOPYFLAGS_vmlinux.bin := -R .comment -S 64OBJCOPYFLAGS_vmlinux.bin := -R .comment -S
66$(obj)/vmlinux.bin: vmlinux FORCE 65$(obj)/vmlinux.bin: vmlinux FORCE