aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/mx28/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/mx28/Makefile')
-rw-r--r--cpu/arm926ejs/mx28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/mx28/Makefile b/cpu/arm926ejs/mx28/Makefile
index 3b2388639..9f2d5e590 100644
--- a/cpu/arm926ejs/mx28/Makefile
+++ b/cpu/arm926ejs/mx28/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = timer.o spi.o
+COBJS = timer.o serial.o generic.o pinctrl.o mmcops.o
SOBJS = reset.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)