Thomas Gleixner | 82606d5 | 2007-10-11 11:13:58 +0200 | [diff] [blame] | 1 | ifeq ($(CONFIG_X86_32),y) |
Thomas Gleixner | ad757b6 | 2007-10-11 11:16:47 +0200 | [diff] [blame] | 2 | include ${srctree}/arch/x86/mm/Makefile_32 |
Thomas Gleixner | 82606d5 | 2007-10-11 11:13:58 +0200 | [diff] [blame] | 3 | else |
Thomas Gleixner | 95119fb | 2007-10-11 11:17:18 +0200 | [diff] [blame] | 4 | include ${srctree}/arch/x86/mm/Makefile_64 |
Thomas Gleixner | 82606d5 | 2007-10-11 11:13:58 +0200 | [diff] [blame] | 5 | endif |