Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[powerpc.git] / 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