From bae61eefe15b4d454060a7140e49ae58322be803 Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Tue, 25 Mar 2008 15:41:15 -0500 Subject: ColdFire: Add dspi and serial flash support for MCF5445x Signed-off-by: TsiChung Liew Acked-by: John Rigby --- cpu/mcf5445x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mcf5445x/Makefile') diff --git a/cpu/mcf5445x/Makefile b/cpu/mcf5445x/Makefile index 26ec298..a549fdd 100644 --- a/cpu/mcf5445x/Makefile +++ b/cpu/mcf5445x/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -COBJS = cpu.o speed.o cpu_init.o interrupts.o pci.o +COBJS = cpu.o speed.o cpu_init.o interrupts.o pci.o dspi.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) -- cgit v1.1