commit | 149dded2b178bc0fb62cb6f61b87968d914b580a | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Sep 10 18:20:28 2003 +0000 |
committer | wdenk <wdenk> | Wed Sep 10 18:20:28 2003 +0000 |
tree | 6322023840b11a7210e3030262dc5e6ee42953f0 | |
parent | 7152b1d0b3f8beec8c297d64664e41b4c4ef610a [diff] [blame] |
* Add support for USB Mass Storage Devices (BBB) (tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
diff --git a/cpu/arm920t/Makefile b/cpu/arm920t/Makefile index e5ec81d..605adf3 100644 --- a/cpu/arm920t/Makefile +++ b/cpu/arm920t/Makefile
@@ -26,7 +26,7 @@ LIB = lib$(CPU).a START = start.o -OBJS = serial.o interrupts.o cpu.o speed.o +OBJS = serial.o interrupts.o cpu.o speed.o usb_ohci.o all: .depend $(START) $(LIB)