summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/Makefile
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2014-11-21 21:40:23 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-11-21 21:40:23 +0900
commit68847edc835e582dacbc90ded0c51d27b2ee2bf7 (patch)
tree82cc53aca70ce426098564b463f9644f152876b7 /arch/arm/mach-exynos/Makefile
parent03c1b7609fbb367c7a9ae49bd41e72cad38fe305 (diff)
parent13cfa6c4f7facfc690ba9e99ec382c151fddaced (diff)
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/Makefile3
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)