Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerp...
[linux-2.6] / arch / x86 / Makefile
1 # Unified Makefile for i386 and x86_64
2
3 # select defconfig based on actual architecture
4 KBUILD_DEFCONFIG := $(ARCH)_defconfig
5
6 # # No need to remake these files
7 $(srctree)/arch/x86/Makefile%: ;
8
9 ifeq ($(ARCH),i386)
10         include $(srctree)/arch/x86/Makefile_32
11 else
12         include $(srctree)/arch/x86/Makefile_64
13 endif
14
15
16