diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 09:07:31 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 11:07:25 +0200 |
commit | 0ca2894b5a9007091ad1a4d82b9f3132d4dd9410 (patch) | |
tree | c94d6f05f78ee35b8f9e6e21ddb9509d414d5697 /arch/arm/mach-shmobile/Makefile | |
parent | ARM: shmobile: Use shared SCU SMP boot code on sh73a0 (diff) | |
download | linux-0ca2894b5a9007091ad1a4d82b9f3132d4dd9410.tar.xz 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/Makefile | 2 |
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 |