diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-05-23 13:38:35 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-05-23 13:38:35 +0200 |
commit | 301f1aa384d0edcae6a22fd9adb933ad71695ecc (patch) | |
tree | 6372c981f149c1baac612c71ff7d994a097071e0 /cpu/arm920t/at91rm9200/Makefile | |
parent | 24e37645e7378b20fa8f20e2996c8fb8e90c70c9 (diff) |
Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
fixes to the latter.
Diffstat (limited to 'cpu/arm920t/at91rm9200/Makefile')
-rw-r--r-- | cpu/arm920t/at91rm9200/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/at91rm9200/Makefile b/cpu/arm920t/at91rm9200/Makefile index aec9cb64093..f9fccbc06e7 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) |