diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-19 10:24:56 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:11:41 +0000 |
commit | 0462b4477ea3260304bbcd97c64c0b704b4f0f85 (patch) | |
tree | bf5baa29b411f0ea5f3ebeb30d12a4faf83a72cb /arch/arm/plat-versatile/Makefile | |
parent | cdab142a80d859984eb5e3876e0e762b1f0bded9 (diff) | |
download | blackbird-op-linux-0462b4477ea3260304bbcd97c64c0b704b4f0f85.tar.gz blackbird-op-linux-0462b4477ea3260304bbcd97c64c0b704b4f0f85.zip |
ARM: realview/vexpress: consolidate SMP bringup code
Realview and Versatile Express share the same SMP bringup code, so
consolidate the two implementations.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-versatile/Makefile')
-rw-r--r-- | arch/arm/plat-versatile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Makefile b/arch/arm/plat-versatile/Makefile index b511abb10198..69714db47c33 100644 --- a/arch/arm/plat-versatile/Makefile +++ b/arch/arm/plat-versatile/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_PLAT_VERSATILE_CLCD) += clcd.o obj-$(CONFIG_PLAT_VERSATILE_FPGA_IRQ) += fpga-irq.o obj-$(CONFIG_PLAT_VERSATILE_LEDS) += leds.o obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o - +obj-$(CONFIG_SMP) += headsmp.o platsmp.o |