summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/u8500/Makefile
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-07-31 08:59:24 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:19 +0200
commit42cb8fb6cb2c869229b0158e3c86c50fb242d6aa (patch)
tree6d32f80984361fd84e659fe9a861f181c78c11ab /arch/arm/cpu/armv7/u8500/Makefile
parent84dee301c30d728f97c85f795661804980fb0c77 (diff)
downloadu-boot-imx-42cb8fb6cb2c869229b0158e3c86c50fb242d6aa.zip
u-boot-imx-42cb8fb6cb2c869229b0158e3c86c50fb242d6aa.tar.gz
u-boot-imx-42cb8fb6cb2c869229b0158e3c86c50fb242d6aa.tar.bz2
u8500: Moving prcmu to cpu directory
This is to allow the prcmu functions to be used by multiple u8500-based processors. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'arch/arm/cpu/armv7/u8500/Makefile')
-rw-r--r--arch/arm/cpu/armv7/u8500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/u8500/Makefile b/arch/arm/cpu/armv7/u8500/Makefile
index 270aa40..77accde 100644
--- a/arch/arm/cpu/armv7/u8500/Makefile
+++ b/arch/arm/cpu/armv7/u8500/Makefile
@@ -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)