]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify arch/x86/kernel/Makefile(s)
authorSam Ravnborg <sam@ravnborg.org>
Wed, 30 Jan 2008 12:32:27 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:27 +0000 (13:32 +0100)
commitf1e7838e4c376d982dbb00b76f3110ca17f326b7
treeed925410acd3d3fce0934fda398f5e5f1a0f2dcd
parent42d15d48b461a127b1a2020451c7851735c696f4
x86: unify arch/x86/kernel/Makefile(s)

Combine the 32 and 64 bit specific Makefiles in one file.
While doing so link order was (almost) preserved on 32 bit
but on 64 bit link order changed a lot.

Patch was checked with defconfig + allyesconfig builds.
The same .o files were linked in these configurations.

To keep readability of the Makefiles a few Kconfig
symbols was added/modified and it was checked that
they were not used anywhere else.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/x86/kernel/Makefile
arch/x86/kernel/Makefile_32 [deleted file]
arch/x86/kernel/Makefile_64 [deleted file]