diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index d4346ddd9121..995f39bde909 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o clock-sh73a0.o | |||
15 | smp-y := platsmp.o headsmp.o | 15 | smp-y := platsmp.o headsmp.o |
16 | smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 16 | smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
17 | smp-$(CONFIG_LOCAL_TIMERS) += localtimer.o | 17 | smp-$(CONFIG_LOCAL_TIMERS) += localtimer.o |
18 | smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o | ||
18 | 19 | ||
19 | # Pinmux setup | 20 | # Pinmux setup |
20 | pfc-y := | 21 | pfc-y := |