summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/at91/Makefile
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2010-11-03 15:39:55 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:51 +0200
commit9f3fe90f094d4ad6309b5222196d0f8c783784b0 (patch)
tree002870df6ec347a916132c048004c11eb45f749a /arch/arm/cpu/arm926ejs/at91/Makefile
parent83f1072e06d4e3b9eaceed39799042c7b3bbdbb1 (diff)
downloadu-boot-imx-9f3fe90f094d4ad6309b5222196d0f8c783784b0.zip
u-boot-imx-9f3fe90f094d4ad6309b5222196d0f8c783784b0.tar.gz
u-boot-imx-9f3fe90f094d4ad6309b5222196d0f8c783784b0.tar.bz2
AT91: fix related at91 system/driver files
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/at91/Makefile')
-rw-r--r--arch/arm/cpu/arm926ejs/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/at91/Makefile b/arch/arm/cpu/arm926ejs/at91/Makefile
index be9f6dd..f333753 100644
--- a/arch/arm/cpu/arm926ejs/at91/Makefile
+++ b/arch/arm/cpu/arm926ejs/at91/Makefile
@@ -28,6 +28,7 @@ LIB = $(obj)lib$(SOC).o
COBJS-$(CONFIG_AT91CAP9) += at91cap9_devices.o
COBJS-$(CONFIG_AT91SAM9260) += at91sam9260_devices.o
COBJS-$(CONFIG_AT91SAM9G20) += at91sam9260_devices.o
+COBJS-$(CONFIG_AT91SAM9XE) += at91sam9260_devices.o
COBJS-$(CONFIG_AT91SAM9261) += at91sam9261_devices.o
COBJS-$(CONFIG_AT91SAM9G10) += at91sam9261_devices.o
COBJS-$(CONFIG_AT91SAM9263) += at91sam9263_devices.o