diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-06-10 18:20:17 +0200 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-06-18 00:35:35 +0200 |
commit | f07cb6a089644e2334c3523af589d9233cc18c74 (patch) | |
tree | 916c2c2ee1e558b7369d565e7d0fbe8443f153b8 /arch/arm/mach-keystone/Makefile | |
parent | ARM: keystone: Add minimal TI Keystone platform support (diff) | |
download | linux-f07cb6a089644e2334c3523af589d9233cc18c74.tar.xz linux-f07cb6a089644e2334c3523af589d9233cc18c74.zip |
ARM: keystone: Enable SMP support on Keystone machines
Add basic SMP support for Keystone machines. This does not
include support for CPU hotplug for now.
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: arm@kernel.org
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone/Makefile')
-rw-r--r-- | arch/arm/mach-keystone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Makefile b/arch/arm/mach-keystone/Makefile index d4671d55215a..3f6b8ab82235 100644 --- a/arch/arm/mach-keystone/Makefile +++ b/arch/arm/mach-keystone/Makefile @@ -1 +1,2 @@ obj-y := keystone.o +obj-$(CONFIG_SMP) += platsmp.o |