Cc: Christoph Hellwig <hch@...>, Linus Torvalds <torvalds@...>, Linux Kernel Mailing List <linux-kernel@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>
On Wed, Oct 24, 2007 at 02:12:18PM +0200, Ingo Molnar wrote:
With trivial I thought of:
ifeq ($(ARCH),x86_64)
include arch/x86/Makefile_64
else
include arch/x86/Makefile_32
endif
And common stuff could be put before/after the include.
Sam
-