diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-14 22:56:32 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-16 15:35:26 +0100 |
commit | 06ba255571b0a2f1fb7e49e7406364e4194f4e10 (patch) | |
tree | d709864524613d73729bbf2fff5fbf0a1f6e41f7 /arch/arm/mach-integrator/Makefile | |
parent | e45c7a43825b0feb161ef2ebe5324cd517dd4388 (diff) | |
download | op-kernel-dev-06ba255571b0a2f1fb7e49e7406364e4194f4e10.zip op-kernel-dev-06ba255571b0a2f1fb7e49e7406364e4194f4e10.tar.gz |
[ARM] Remove Integrator/CP SMP platform support
The Integrator/CP SMP platform support was never fully merged, and now
it's causing build breakage. Remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/Makefile')
-rw-r--r-- | arch/arm/mach-integrator/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/Makefile b/arch/arm/mach-integrator/Makefile index ebb255b..158daaf 100644 --- a/arch/arm/mach-integrator/Makefile +++ b/arch/arm/mach-integrator/Makefile @@ -12,4 +12,3 @@ obj-$(CONFIG_LEDS) += leds.o obj-$(CONFIG_PCI) += pci_v3.o pci.o obj-$(CONFIG_CPU_FREQ_INTEGRATOR) += cpu.o obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o -obj-$(CONFIG_SMP) += platsmp.o headsmp.o |