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/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/Makefile')
-rw-r--r-- | arch/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Makefile b/arch/x86_64/Makefile index d322592e38ab..c10c8233a893 100644 --- a/arch/x86_64/Makefile +++ b/arch/x86_64/Makefile | |||
@@ -79,7 +79,7 @@ core-y += arch/x86_64/kernel/ \ | |||
79 | arch/x86/crypto/ \ | 79 | arch/x86/crypto/ \ |
80 | arch/x86/vdso/ | 80 | arch/x86/vdso/ |
81 | core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/ | 81 | core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/ |
82 | drivers-$(CONFIG_PCI) += arch/x86_64/pci/ | 82 | drivers-$(CONFIG_PCI) += arch/x86/pci/ |
83 | drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/ | 83 | drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/ |
84 | 84 | ||
85 | boot := arch/x86_64/boot | 85 | boot := arch/x86_64/boot |