]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/x86/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6-omap-h63xx.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