diff options
Diffstat (limited to 'cpu/mips/Makefile')
-rw-r--r-- | cpu/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mips/Makefile b/cpu/mips/Makefile index 1182266..c8b30c7 100644 --- a/cpu/mips/Makefile +++ b/cpu/mips/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -OBJS = asc_serial.o au1x00_serial.o au1x00_eth.o \ +OBJS = asc_serial.o au1x00_serial.o au1x00_eth.o au1x00_usb_ohci.o \ cpu.o interrupts.o incaip_clock.o SOBJS = incaip_wdt.o cache.o |