x86, realmode: move relocs from scripts/ to arch/x86/tools
authorJarkko Sakkinen <jarkko.sakkinen@intel.com>
Tue, 8 May 2012 18:22:44 +0000 (21:22 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 22:03:35 +0000 (15:03 -0700)
commitf2604c141a00c00b92b7fd2f9d2455517fdd6c15
tree47638b1a561b5c5ff4ff8fd24e239252fc02419e
parentf37240f16bec91f15ce564515f70a6ca9715ce96
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>
Makefile
arch/x86/Makefile
arch/x86/boot/compressed/Makefile
arch/x86/realmode/rm/Makefile
arch/x86/tools/.gitignore [new file with mode: 0644]
arch/x86/tools/Makefile
arch/x86/tools/relocs.c [moved from scripts/x86-relocs.c with 100% similarity]
scripts/Makefile