summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@intel.com>2012-05-08 20:22:44 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2012-05-09 00:03:35 +0200
commitf2604c141a00c00b92b7fd2f9d2455517fdd6c15 (patch)
tree47638b1a561b5c5ff4ff8fd24e239252fc02419e /scripts/Makefile
parentx86, realmode: header for trampoline code (diff)
downloadlinux-f2604c141a00c00b92b7fd2f9d2455517fdd6c15.tar.xz
linux-f2604c141a00c00b92b7fd2f9d2455517fdd6c15.zip
x86, realmode: move relocs from scripts/ to arch/x86/tools
Moved relocs tool from scripts/ to arch/x86/tools because it is architecture specific script. Added new target archscripts that can be used to build scripts needed building an architecture. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com> Link: http://lkml.kernel.org/r/1336501366-28617-22-git-send-email-jarkko.sakkinen@intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '')
-rw-r--r--scripts/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index a241359d2c82..36266665dbcb 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -15,7 +15,6 @@ hostprogs-$(CONFIG_LOGO) += pnmtologo
hostprogs-$(CONFIG_VT) += conmakehash
hostprogs-$(CONFIG_IKCONFIG) += bin2c
hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount
-hostprogs-$(CONFIG_X86) += x86-relocs
always := $(hostprogs-y) $(hostprogs-m)