diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 10:45:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:55:45 -0400 |
commit | 62fa572f6933038b3d79558812de88702bda176f (patch) | |
tree | fa407f9ff8f3853fb263e22cc5405b1902e0785e /arch/x86/pci/Makefile | |
parent | 26dd9fcfc2abc298e3c60597bbe6405826aabf91 (diff) |
x86, VisWS: turn into generic arch, remove leftover files
remove leftover arch/x86/mach-visws/* files.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r-- | arch/x86/pci/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile index c03c2094864f..e515e8db842a 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile | |||
@@ -9,8 +9,6 @@ pci-y := fixup.o | |||
9 | pci-$(CONFIG_ACPI) += acpi.o | 9 | pci-$(CONFIG_ACPI) += acpi.o |
10 | pci-y += legacy.o irq.o | 10 | pci-y += legacy.o irq.o |
11 | 11 | ||
12 | # Careful: VISWS overrule the pci-y above. The colons are | ||
13 | # therefor correct. This needs a proper fix by distangling the code. | ||
14 | pci-$(CONFIG_X86_VISWS) += visws.o | 12 | pci-$(CONFIG_X86_VISWS) += visws.o |
15 | 13 | ||
16 | pci-$(CONFIG_X86_NUMAQ) += numa.o | 14 | pci-$(CONFIG_X86_NUMAQ) += numa.o |