]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/Makefile
ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / Makefile
index a5d5bf3b6c10574ffa3014f85f10cdf41fdf5ea1..d3347b375b8307c4ecd739bc95264d0b69142c97 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