]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - spl/Makefile
exynos: update tzpc to make it common for exynos4 and exynos5
[karo-tx-uboot.git] / spl / Makefile
index 8b655c485aa12ec074aa50b01d7c44b5e12d7f77..09752bf3467b501e399997976b37f5488d24d0ae 100644 (file)
@@ -102,6 +102,10 @@ ifneq ($(CONFIG_MX23)$(CONFIG_MX35),)
 LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o
 endif
 
+ifeq ($(SOC),exynos)
+LIBS-y += $(CPUDIR)/s5p-common/libs5p-common.o
+endif
+
 # Add GCC lib
 ifeq ("$(USE_PRIVATE_LIBGCC)", "yes")
 PLATFORM_LIBGCC = $(SPLTREE)/arch/$(ARCH)/lib/libgcc.o