summaryrefslogtreecommitdiff
path: root/cpu/arm920t/at91rm9200/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@nyx.denx.de>2006-05-31 13:12:39 +0200
committerWolfgang Denk <wd@nyx.denx.de>2006-05-31 13:12:39 +0200
commit81d72d7e2e7996c6c4e60985dbcc84afe5ed816c (patch)
treecf42eec07ffde614e16143247ef6fe6654722c37 /cpu/arm920t/at91rm9200/Makefile
parent392c252efd5d2e67b47ebeb3b7e4f42e7e3d5127 (diff)
parentddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (diff)
downloadu-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.zip
u-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.tar.gz
u-boot-imx-81d72d7e2e7996c6c4e60985dbcc84afe5ed816c.tar.bz2
Merge with /home/mk/git/u-boot#generic_ohci
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 aec9cb6..f9fccbc 100644
--- a/cpu/arm920t/at91rm9200/Makefile
+++ b/cpu/arm920t/at91rm9200/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(SOC).a
OBJS = bcm5221.o dm9161.o ether.o i2c.o interrupts.o \
- lxt972.o serial.o usb_ohci.o
+ lxt972.o serial.o usb.o
SOBJS = lowlevel_init.o
all: .depend $(LIB)