Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 1 | ifeq ($(CONFIG_X86_32),y) |
Thomas Gleixner | 9a163ed | 2007-10-11 11:17:01 +0200 | [diff] [blame] | 2 | include ${srctree}/arch/x86/kernel/Makefile_32 |
Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 3 | else |
Thomas Gleixner | 250c227 | 2007-10-11 11:17:24 +0200 | [diff] [blame] | 4 | include ${srctree}/arch/x86/kernel/Makefile_64 |
Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 5 | endif |