summaryrefslogtreecommitdiff
path: root/cpu/arm920t/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-10 18:20:28 (GMT)
committerwdenk <wdenk>2003-09-10 18:20:28 (GMT)
commit149dded2b178bc0fb62cb6f61b87968d914b580a (patch)
tree6322023840b11a7210e3030262dc5e6ee42953f0 /cpu/arm920t/Makefile
parent7152b1d0b3f8beec8c297d64664e41b4c4ef610a (diff)
downloadu-boot-fsl-qoriq-149dded2b178bc0fb62cb6f61b87968d914b580a.tar.xz
* Add support for USB Mass Storage Devices (BBB)
(tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
Diffstat (limited to 'cpu/arm920t/Makefile')
-rw-r--r--cpu/arm920t/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@ include $(TOPDIR)/config.mk
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)