]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify arch/x86/mm/Makefile
authorH. Peter Anvin <hpa@zytor.com>
Thu, 17 Apr 2008 15:40:45 +0000 (17:40 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:45 +0000 (17:40 +0200)
commitccfb3f64d4b5ea39a729b71e6a1cb36add63dbac
treebaab7005e3734af7cb59fdb9b1f2f5f3ff9b254a
parentbf16ee5bb2a5716d821a26135639d5c5d4bcf7dd
x86: unify arch/x86/mm/Makefile

Unify arch/x86/mm/Makefile between 32 and 64 bits.

All configuration variables that are protected by Kconfig constraints
have been put in the common part of the Makefile; however, the NUMA
files are totally different between 32 and 64 bits and are handled via
an ifdef.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/Makefile
arch/x86/mm/Makefile_32 [deleted file]
arch/x86/mm/Makefile_64 [deleted file]