diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:12 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:12 -0400 |
commit | f68c065491ceda1ad00f8dc493e274a79b8c2ba4 (patch) | |
tree | cff56e1483deb0f96d3a001845e8db3f0f2d6b0b /arch/x86_64/pci/Makefile | |
parent | 7648b1330c335601b7c09c25f77a03cda128fcab (diff) |
x86_64: move pci
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/pci/Makefile')
-rw-r--r-- | arch/x86_64/pci/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/pci/Makefile b/arch/x86_64/pci/Makefile deleted file mode 100644 index b3e54c45d408..000000000000 --- a/arch/x86_64/pci/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | ||
2 | include ${srctree}/arch/x86/pci/Makefile_32 | ||
3 | else | ||
4 | include ${srctree}/arch/x86_64/pci/Makefile_64 | ||
5 | endif | ||