x86: move i386 and x86_64 Makefiles to arch/x86
authorSam Ravnborg <sam@ravnborg.org>
Thu, 25 Oct 2007 17:42:04 +0000 (19:42 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Thu, 25 Oct 2007 20:27:34 +0000 (22:27 +0200)
commit74b469f2e6b1589118b6ac05c7256add01e572d2
treed963009bef4f36ae610dd56ca69961e0de9ee29c
parentc9927c2bf4f45bb85e8b502ab3fb79ad6483c244
x86: move i386 and x86_64 Makefiles to arch/x86

Moving the ARCH specific Makefiles for i386 and x86_64
required a litle bit tweaking in the top-lvel Makefile.

SRCARCH is now set in the top-level Makefile
because we need this info to include the correct
arch Makefile.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
arch/x86/Makefile [new file with mode: 0644]
arch/x86/Makefile_32 [moved from arch/i386/Makefile with 98% similarity]
arch/x86/Makefile_32.cpu [moved from arch/i386/Makefile.cpu with 100% similarity]
arch/x86/Makefile_64 [moved from arch/x86_64/Makefile with 99% similarity]