commit | de887eb3e06024cef757888b00a50d87a0b09675 | [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 | eb20ad3d1e6f42af2ad50fbfeca5ba448f1266f7 [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)