Sam Ravnborg | 74b469f | 2007-10-25 19:42:04 +0200 | [diff] [blame^] | 1 | # Unified Makefile for i386 and x86_64 |
2 | |||||
3 | # No need to remake these files | ||||
4 | $(srctree)/arch/x86/Makefile%: ; | ||||
5 | |||||
6 | ifeq ($(ARCH),i386) | ||||
7 | include $(srctree)/arch/x86/Makefile_32 | ||||
8 | else | ||||
9 | include $(srctree)/arch/x86/Makefile_64 | ||||
10 | endif | ||||
11 | |||||
12 | |||||
13 |