diff options
| author | H. Peter Anvin <hpa@linux.intel.com> | 2013-04-16 19:02:58 -0400 |
|---|---|---|
| committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-04-16 19:02:58 -0400 |
| commit | c889ba801dc3b3a0155fa77d567f2c3a6097de1c (patch) | |
| tree | 257878e1eb565fc9765dd8fed20815f7781d116a /arch/x86/boot/compressed/Makefile | |
| parent | 17c961f7702ff6037b66bb2e5f3ddd58de4ce7e5 (diff) | |
x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF
Refactor the relocs tool so that the same tool can handle 32- and
64-bit ELF.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/1365797627-20874-5-git-send-email-keescook@chromium.org
Diffstat (limited to 'arch/x86/boot/compressed/Makefile')
| -rw-r--r-- | arch/x86/boot/compressed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile index 0dac17528099..5ef205c5f37b 100644 --- a/arch/x86/boot/compressed/Makefile +++ b/arch/x86/boot/compressed/Makefile | |||
| @@ -44,7 +44,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE | |||
| 44 | 44 | ||
| 45 | targets += $(patsubst $(obj)/%,%,$(VMLINUX_OBJS)) vmlinux.bin.all vmlinux.relocs | 45 | targets += $(patsubst $(obj)/%,%,$(VMLINUX_OBJS)) vmlinux.bin.all vmlinux.relocs |
| 46 | 46 | ||
| 47 | CMD_RELOCS = arch/x86/tools/relocs_$(BITS) | 47 | CMD_RELOCS = arch/x86/tools/relocs |
| 48 | quiet_cmd_relocs = RELOCS $@ | 48 | quiet_cmd_relocs = RELOCS $@ |
| 49 | cmd_relocs = $(CMD_RELOCS) $< > $@;$(CMD_RELOCS) --abs-relocs $< | 49 | cmd_relocs = $(CMD_RELOCS) $< > $@;$(CMD_RELOCS) --abs-relocs $< |
| 50 | $(obj)/vmlinux.relocs: vmlinux FORCE | 50 | $(obj)/vmlinux.relocs: vmlinux FORCE |
