diff options
author | Oskar Andero <oskar.andero@sonyericsson.com> | 2011-04-26 02:24:50 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-04-26 02:24:50 -0700 |
commit | 6ba5932ca4b610d036cb89d0ce2a465d06504c4d (patch) | |
tree | 08342d346fbd2ca43d03a7368e9435404ac1c565 /arch/arm/mach-omap2/Makefile | |
parent | f0e615c3cb72b42191b558c130409335812621d8 (diff) |
arm: omap2: enable smc instruction for sleep34xx
This fixes broken build when using binutils 2.21.
Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index a45cd640968..512b1520445 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -68,7 +68,7 @@ obj-$(CONFIG_OMAP_SMARTREFLEX) += sr_device.o smartreflex.o obj-$(CONFIG_OMAP_SMARTREFLEX_CLASS3) += smartreflex-class3.o AFLAGS_sleep24xx.o :=-Wa,-march=armv6 -AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a +AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a$(plus_sec) ifeq ($(CONFIG_PM_VERBOSE),y) CFLAGS_pm_bus.o += -DDEBUG |