]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Add BITS to allow simple Makefile sharing
authorThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
commit713a66a14b7a38d1bb3265f53932afa9d63a5ab7
tree69eb8e5051feb08235fd1a0cd7bba202e967e2e0
parent82b9b097ae22a0a2a6ba0c8bb113650d5bf9f033
x86: Add BITS to allow simple Makefile sharing

Preperatory patch to simplify the sharing of Makefiles in
arch/x86.

Linus came up with this during a discussion about the ugliness of
ifeq($CONFIG_X86_32),y) and obj-$(CONFIG_X86_32) in the shared
Makefiles.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/Makefile
arch/x86_64/Makefile