summaryrefslogtreecommitdiff
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:13 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:27 +0200
commitd703355fd1d77c71d6a2a5c589714c4ce4560c28 (patch)
treef435424b9a30ef392e65f98ee2c24b0ada7fa918 /arch/arm/cpu/arm920t/at91/Makefile
parent6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb (diff)
downloadu-boot-imx-d703355fd1d77c71d6a2a5c589714c4ce4560c28.zip
u-boot-imx-d703355fd1d77c71d6a2a5c589714c4ce4560c28.tar.gz
u-boot-imx-d703355fd1d77c71d6a2a5c589714c4ce4560c28.tar.bz2
arm920t/at91: add at91rm9200_devices.c
This is a copy of arm926ejs/at91 api for perpherial initialisation. At the moment we just need the usart part of the api. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.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 4417dfe..309bcd6 100644
--- a/arch/arm/cpu/arm920t/at91/Makefile
+++ b/arch/arm/cpu/arm920t/at91/Makefile
@@ -30,6 +30,7 @@ COBJS += reset.o
COBJS += timer.o
COBJS += clock.o
COBJS += cpu.o
+COBJS += at91rm9200_devices.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))