diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2014-11-21 21:40:23 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-11-21 21:40:23 +0900 |
commit | 68847edc835e582dacbc90ded0c51d27b2ee2bf7 (patch) | |
tree | 82cc53aca70ce426098564b463f9644f152876b7 /arch/arm/mach-exynos/Makefile | |
parent | 03c1b7609fbb367c7a9ae49bd41e72cad38fe305 (diff) | |
parent | 13cfa6c4f7facfc690ba9e99ec382c151fddaced (diff) | |
download | linux-68847edc835e582dacbc90ded0c51d27b2ee2bf7.tar.bz2 |
Merge branch 'v3.19-next/cleanup-samsung' into v3.19-next/mach-exynos
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
-rw-r--r-- | arch/arm/mach-exynos/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile index 775ee35cb277..bcefb5473ee4 100644 --- a/arch/arm/mach-exynos/Makefile +++ b/arch/arm/mach-exynos/Makefile @@ -17,9 +17,6 @@ obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o -obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o -CFLAGS_hotplug.o += -march=armv7-a - plus_sec := $(call as-instr,.arch_extension sec,+sec) AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec) AFLAGS_sleep.o :=-Wa,-march=armv7-a$(plus_sec) |