diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-11 22:56:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 10:35:39 +0200 |
commit | 59ac59f6f1432aa9417d2592bdfd17c99804dd66 (patch) | |
tree | c4251d8827165d9eb926d77470a59fb196f998f8 /arch/arm/mach-vexpress/Makefile | |
parent | ARM: Add Versatile Express CA9x4 processor support (diff) | |
download | linux-59ac59f6f1432aa9417d2592bdfd17c99804dd66.tar.xz linux-59ac59f6f1432aa9417d2592bdfd17c99804dd66.zip |
ARM: Add Versatile Express SMP support
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-vexpress/Makefile')
-rw-r--r-- | arch/arm/mach-vexpress/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Makefile b/arch/arm/mach-vexpress/Makefile index 3c5e1609fc4f..1b71b77ade22 100644 --- a/arch/arm/mach-vexpress/Makefile +++ b/arch/arm/mach-vexpress/Makefile @@ -4,3 +4,5 @@ obj-y := v2m.o obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o +obj-$(CONFIG_SMP) += platsmp.o headsmp.o +obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |