]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/u8500/Makefile
u8500: Enabling power to MMC device on AB8500 V2
[u-boot] / arch / arm / cpu / armv7 / u8500 / Makefile
index 270aa40c883b4b2500b9514d86e513347a68c6b7..ce8af96038f2f31f781cf35fc990a891c5965727 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).o
 
-COBJS  = timer.o clock.o
+COBJS  = timer.o clock.o prcmu.o cpu.o
 SOBJS  = lowlevel.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)