aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-01 04:13:16 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-10-07 20:29:16 -0400
commit2349199db55bfb99e2ebdce285a7e297ba63a7ef (patch)
tree092b3120ed00aff3704bac57dbe0b4bd4c64789c /arch/arm/mach-shmobile/Makefile
parent90e27a05f64b8b4b6021cd996bef957656a8c8ab (diff)
ARM: shmobile: r8a7791 SMP support
Tie in the APMU SMP code on r8a7791. When used together with the secondary CPU device node and smp_ops in the board specific code then this will allow use of the two Cortex-A15 cores in the r8a7791 SoC. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r--arch/arm/mach-shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index 95e48d129ddc..f2d40edadcc9 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -40,6 +40,7 @@ smp-y := platsmp.o headsmp.o
40smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o platsmp-scu.o 40smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o platsmp-scu.o
41smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o platsmp-scu.o 41smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o platsmp-scu.o
42smp-$(CONFIG_ARCH_R8A7790) += smp-r8a7790.o platsmp-apmu.o 42smp-$(CONFIG_ARCH_R8A7790) += smp-r8a7790.o platsmp-apmu.o
43smp-$(CONFIG_ARCH_R8A7791) += smp-r8a7791.o platsmp-apmu.o
43smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o platsmp-scu.o 44smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o platsmp-scu.o
44 45
45# IRQ objects 46# IRQ objects