]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/u8500/Makefile
u8500: Moving prcmu to cpu directory
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / u8500 / Makefile
index 270aa40c883b4b2500b9514d86e513347a68c6b7..77accde9c56439d2ce4da4ff77b98a7d432327dd 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
 SOBJS  = lowlevel.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)