diff options
Diffstat (limited to 'cpu/arm920t/Makefile')
-rw-r--r-- | cpu/arm920t/Makefile | 2 |
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) |