diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-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 e20f2786ec72..71e68ca56886 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -36,6 +36,7 @@ cpu-y := platsmp.o headsmp.o | |||
36 | 36 | ||
37 | # Shared SoC family objects | 37 | # Shared SoC family objects |
38 | obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y) | 38 | obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y) |
39 | CFLAGS_setup-rcar-gen2.o += -march=armv7-a | ||
39 | 40 | ||
40 | # SMP objects | 41 | # SMP objects |
41 | smp-y := $(cpu-y) | 42 | smp-y := $(cpu-y) |