summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/Makefile
diff options
context:
space:
mode:
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 e5ec81d959..605adf301f 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)
OpenPOWER on IntegriCloud