diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:26:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:26:56 +0200 |
commit | d8e7e0f0442f6af9e925dfa33bb6a30b513aa329 (patch) | |
tree | bad589bc4a43f88a5d1388c7f3a38eba9a56bca3 /cpu/arm920t/at91rm9200/Makefile | |
parent | 98404649c82b1069ee95a5d455556092bc0ea901 (diff) | |
download | u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.zip u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.tar.gz u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.tar.bz2 |
Add support for AT91RM9200 OHCI Controller.
Patch by Eric Benard, 07 Apr 2005
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 87695c0..200c2ca 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 +OBJS = ether.o i2c.o interrupts.o serial.o usb_ohci.o SOBJS = lowlevel_init.o all: .depend $(LIB) |