summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm2013-07-31 09:07:31 +0200
committerSimon Horman2013-08-06 11:07:25 +0200
commit0ca2894b5a9007091ad1a4d82b9f3132d4dd9410 (patch)
treec94d6f05f78ee35b8f9e6e21ddb9509d414d5697 /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: Use shared SCU SMP boot code on sh73a0 (diff)
downloadkernel-qcow2-linux-0ca2894b5a9007091ad1a4d82b9f3132d4dd9410.tar.gz
kernel-qcow2-linux-0ca2894b5a9007091ad1a4d82b9f3132d4dd9410.tar.xz
kernel-qcow2-linux-0ca2894b5a9007091ad1a4d82b9f3132d4dd9410.zip
ARM: shmobile: Use shared SCU SMP boot code on r8a7779
Use shared SCU code on r8a7779 for SMP boot. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index a32dc1584a25..42bbf45493e5 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -18,7 +18,7 @@ obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o clock-emev2.o
# SMP objects
smp-y := platsmp.o headsmp.o
smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o platsmp-scu.o
-smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o
+smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o platsmp-scu.o
smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o
# IRQ objects