summaryrefslogtreecommitdiff
path: root/cpu/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mips/Makefile')
-rw-r--r--cpu/mips/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/mips/Makefile b/cpu/mips/Makefile
index 91008bfe1b..1182266159 100644
--- a/cpu/mips/Makefile
+++ b/cpu/mips/Makefile
@@ -26,7 +26,8 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o
-OBJS = interrupts.o cpu.o incaip_clock.o serial.o
+OBJS = asc_serial.o au1x00_serial.o au1x00_eth.o \
+ cpu.o interrupts.o incaip_clock.o
SOBJS = incaip_wdt.o cache.o
all: .depend $(START) $(LIB)