]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/exynos/Makefile
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[u-boot] / arch / arm / cpu / armv7 / exynos / Makefile
index 90ec2bd40486f8abd7dfba0a466fcf3bb28a08a8..9119961d95dfeab2e0415059b24c7792542e7656 100644 (file)
@@ -22,7 +22,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).o
 
-COBJS  += clock.o power.o soc.o system.o
+COBJS  += clock.o power.o soc.o system.o pinmux.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))