summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 20:38:56 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:44 -0400
commit09ab61c660726e94550d0a5d2fbef11bed2cf924 (patch)
treea0c9518f5e4d437682d62f93845554a54bfe1639 /Makefile
parent3c5edd8ca594c73162ef01c45dbf4ea6f7148003 (diff)
downloadblackbird-obmc-uboot-09ab61c660726e94550d0a5d2fbef11bed2cf924.tar.gz
blackbird-obmc-uboot-09ab61c660726e94550d0a5d2fbef11bed2cf924.zip
ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/
This patch moves S5PC, EXYNOS specific directory entries from the toplevel Makefile to arch/arm/cpu/armv7/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c6a9c0deb9..03389dd3ad 100644
--- a/Makefile
+++ b/Makefile
@@ -304,12 +304,6 @@ ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35 mxs vf610))
LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o
endif
-ifeq ($(SOC),s5pc1xx)
-LIBS-y += $(CPUDIR)/s5p-common/libs5p-common.o
-endif
-ifeq ($(SOC),exynos)
-LIBS-y += $(CPUDIR)/s5p-common/libs5p-common.o
-endif
LIBS-$(CONFIG_ARM) += arch/arm/cpu/libcpu.o
LIBS := $(addprefix $(obj),$(sort $(LIBS-y)))
OpenPOWER on IntegriCloud