summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Makefile
diff options
context:
space:
mode:
authorSachin Kamat2014-03-20 18:14:30 +0100
committerKukjin Kim2014-03-20 18:14:39 +0100
commitcbf08b9ebdfc75bb13ef80ad3b8e3bea46d8c43a (patch)
tree225319584ce03c06e11fd3f67553124d73666879 /arch/arm/mach-exynos/Makefile
parentARM: EXYNOS: Consolidate CPU init code (diff)
downloadkernel-qcow2-linux-cbf08b9ebdfc75bb13ef80ad3b8e3bea46d8c43a.tar.gz
kernel-qcow2-linux-cbf08b9ebdfc75bb13ef80ad3b8e3bea46d8c43a.tar.xz
kernel-qcow2-linux-cbf08b9ebdfc75bb13ef80ad3b8e3bea46d8c43a.zip
ARM: EXYNOS: Consolidate exynos4 and exynos5 machine files
Since there is very little difference between these two files, they can be easily combined into one with necessary SoC checks. While at it also merge the common.c file into this as it does not have any other users. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
-rw-r--r--arch/arm/mach-exynos/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile
index 8930b66b4abd..71df742fee25 100644
--- a/arch/arm/mach-exynos/Makefile
+++ b/arch/arm/mach-exynos/Makefile
@@ -12,7 +12,7 @@ obj- :=
# Core
-obj-$(CONFIG_ARCH_EXYNOS) += common.o
+obj-$(CONFIG_ARCH_EXYNOS) += exynos.o
obj-$(CONFIG_S5P_PM) += pm.o
obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
@@ -29,8 +29,3 @@ obj-$(CONFIG_ARCH_EXYNOS) += firmware.o
plus_sec := $(call as-instr,.arch_extension sec,+sec)
AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec)
-
-# machine support
-
-obj-$(CONFIG_ARCH_EXYNOS4) += mach-exynos4-dt.o
-obj-$(CONFIG_ARCH_EXYNOS5) += mach-exynos5-dt.o