* 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)