diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/boot/compressed/Makefile | 1 | ||||
-rw-r--r-- | arch/x86/purgatory/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/realmode/rm/Makefile | 1 |
3 files changed, 0 insertions, 4 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 | ||
65 | OBJCOPYFLAGS_vmlinux.bin := -R .comment -S | 64 | OBJCOPYFLAGS_vmlinux.bin := -R .comment -S |
66 | $(obj)/vmlinux.bin: vmlinux FORCE | 65 | $(obj)/vmlinux.bin: vmlinux FORCE |
diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile index 92e3e1d84c1d..12734a96df47 100644 --- a/arch/x86/purgatory/Makefile +++ b/arch/x86/purgatory/Makefile | |||
@@ -26,7 +26,5 @@ quiet_cmd_bin2c = BIN2C $@ | |||
26 | 26 | ||
27 | $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE | 27 | $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE |
28 | $(call if_changed,bin2c) | 28 | $(call if_changed,bin2c) |
29 | @: | ||
30 | |||
31 | 29 | ||
32 | obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o | 30 | obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o |
diff --git a/arch/x86/realmode/rm/Makefile b/arch/x86/realmode/rm/Makefile index b95964610ea7..c556c5ae8de5 100644 --- a/arch/x86/realmode/rm/Makefile +++ b/arch/x86/realmode/rm/Makefile | |||
@@ -59,7 +59,6 @@ OBJCOPYFLAGS_realmode.bin := -O binary | |||
59 | targets += realmode.bin | 59 | targets += realmode.bin |
60 | $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE | 60 | $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE |
61 | $(call if_changed,objcopy) | 61 | $(call if_changed,objcopy) |
62 | @: | ||
63 | 62 | ||
64 | quiet_cmd_relocs = RELOCS $@ | 63 | quiet_cmd_relocs = RELOCS $@ |
65 | cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ | 64 | cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ |