summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/exynos/Makefile
diff options
context:
space:
mode:
authorInderpal Singh <inderpal.singh@linaro.org>2013-04-04 23:09:19 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-06-04 15:22:10 +0900
commit72af2fc8504daccd2f8ae2459e3e225e9c2cc512 (patch)
treeea03f1116b36b7661be4c9552607f159dfae9ed0 /arch/arm/cpu/armv7/exynos/Makefile
parentffbff1dd6e6a25cc7db60576ad64e7bd570fa643 (diff)
downloadblackbird-obmc-uboot-72af2fc8504daccd2f8ae2459e3e225e9c2cc512.tar.gz
blackbird-obmc-uboot-72af2fc8504daccd2f8ae2459e3e225e9c2cc512.zip
exynos: move tzpc_init to armv7/exynos
tzpc_init is common for all exynos5 boards, hence move it to armv7/exynos so that all other boards can use it. Also update the smdk5250 Makefile and config file. Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Acked-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/cpu/armv7/exynos/Makefile')
-rw-r--r--arch/arm/cpu/armv7/exynos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/exynos/Makefile b/arch/arm/cpu/armv7/exynos/Makefile
index 9119961d95..b2f9152e1b 100644
--- a/arch/arm/cpu/armv7/exynos/Makefile
+++ b/arch/arm/cpu/armv7/exynos/Makefile
@@ -22,7 +22,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
-COBJS += clock.o power.o soc.o system.o pinmux.o
+COBJS += clock.o power.o soc.o system.o pinmux.o tzpc.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
OpenPOWER on IntegriCloud