Thomas Gleixner | 5fa25bee | 2007-10-11 11:13:37 +0200 | [diff] [blame] | 1 | ifeq ($(CONFIG_X86_32),y) |
Thomas Gleixner | fb9aa6f | 2007-10-11 11:16:36 +0200 | [diff] [blame] | 2 | include ${srctree}/arch/x86/pci/Makefile_32 |
Thomas Gleixner | 5fa25bee | 2007-10-11 11:13:37 +0200 | [diff] [blame] | 3 | else |
Thomas Gleixner | f68c065 | 2007-10-11 11:17:12 +0200 | [diff] [blame] | 4 | include ${srctree}/arch/x86/pci/Makefile_64 |
Thomas Gleixner | 5fa25bee | 2007-10-11 11:13:37 +0200 | [diff] [blame] | 5 | endif |