summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm920t/at91/Makefile
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-06-12 01:49:12 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:27 +0200
commit6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb (patch)
treeb51645e42f35f22fd245adb6f1ae4c67957fb269 /arch/arm/cpu/arm920t/at91/Makefile
parentc3a383f5bd26dfb429b68aa446d68f9d5bff21f9 (diff)
downloadblackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.tar.gz
blackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.zip
arm920t/at91: use new clock.c features
This patch enables the new clock features from arm920t/at91/clock.c. This is an required step to get at91rm9200_usart replaced by atmel_usart driver. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: Jens Scharsig <js_at_ng@scharsoft.de> Cc: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'arch/arm/cpu/arm920t/at91/Makefile')
-rw-r--r--arch/arm/cpu/arm920t/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm920t/at91/Makefile b/arch/arm/cpu/arm920t/at91/Makefile
index 8258ecd664..4417dfef7c 100644
--- a/arch/arm/cpu/arm920t/at91/Makefile
+++ b/arch/arm/cpu/arm920t/at91/Makefile
@@ -29,6 +29,7 @@ SOBJS += lowlevel_init.o
COBJS += reset.o
COBJS += timer.o
COBJS += clock.o
+COBJS += cpu.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
OpenPOWER on IntegriCloud