diff options
Diffstat (limited to 'cpu/mpc5xx/Makefile')
-rw-r--r-- | cpu/mpc5xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xx/Makefile b/cpu/mpc5xx/Makefile index ee20dda6c44..b787b614104 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) |