summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm2013-07-31 09:07:21 +0200
committerSimon Horman2013-08-06 11:07:24 +0200
commit12eb8474386228c91e35be031d7c3eaa1318b5cf (patch)
tree6b13ea67b3a37ea1a68039226eb7fdb7f3adfd7d /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: Introduce shared SCU SMP boot code (diff)
downloadkernel-qcow2-linux-12eb8474386228c91e35be031d7c3eaa1318b5cf.tar.gz
kernel-qcow2-linux-12eb8474386228c91e35be031d7c3eaa1318b5cf.tar.xz
kernel-qcow2-linux-12eb8474386228c91e35be031d7c3eaa1318b5cf.zip
ARM: shmobile: Use shared SCU SMP boot code on sh73a0
Use shared SCU code on sh73a0 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 e401c737fb4d..a32dc1584a25 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -17,7 +17,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
+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_EMEV2) += smp-emev2.o headsmp-scu.o