ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / Makefile
index a5d5bf3..d3347b3 100644 (file)
@@ -25,3 +25,7 @@ endif
 
 obj-$(CONFIG_OMAP_COMMON) += omap-common/
 obj-$(CONFIG_TEGRA) += tegra-common/
+
+ifneq (,$(filter s5pc1xx exynos,$(SOC)))
+obj-y += s5p-common/
+endif