summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/at91rm9200/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-05 01:51:29 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-05 01:51:29 +0200
commit080bdb7f3a0227bc2f34a3b2d4e6f573dab3ca3a (patch)
tree25724dfd8332f647b9a7765d204112dcadf83e63 /cpu/arm920t/at91rm9200/Makefile
parent29ca46c4453c41e0617b76248cae3be628e03cc2 (diff)
downloadtalos-obmc-uboot-080bdb7f3a0227bc2f34a3b2d4e6f573dab3ca3a.tar.gz
talos-obmc-uboot-080bdb7f3a0227bc2f34a3b2d4e6f573dab3ca3a.zip
* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200
Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
Diffstat (limited to 'cpu/arm920t/at91rm9200/Makefile')
-rw-r--r--cpu/arm920t/at91rm9200/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/at91rm9200/Makefile b/cpu/arm920t/at91rm9200/Makefile
index 200c2cad00..b063025801 100644
--- a/cpu/arm920t/at91rm9200/Makefile
+++ b/cpu/arm920t/at91rm9200/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(SOC).a
-OBJS = ether.o i2c.o interrupts.o serial.o usb_ohci.o
+OBJS = dm9161.o ether.o i2c.o interrupts.o lxt972.o serial.o usb_ohci.o
SOBJS = lowlevel_init.o
all: .depend $(LIB)
OpenPOWER on IntegriCloud