aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xx/Makefile')
-rw-r--r--cpu/mpc5xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xx/Makefile b/cpu/mpc5xx/Makefile
index ee20dda6c..b787b6141 100644
--- a/cpu/mpc5xx/Makefile
+++ b/cpu/mpc5xx/Makefile
@@ -35,7 +35,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.S
-OBJS = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o
+OBJS = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o spi.o
all: .depend $(START) $(LIB)