diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-03-25 15:41:15 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-03-31 15:10:29 -0600 |
commit | bae61eefe15b4d454060a7140e49ae58322be803 (patch) | |
tree | b475fc5b8a9b754da1ac7eabae3ca66630b65c3e /cpu/mcf5445x/Makefile | |
parent | 48ead7a7a922fceaf494e352abfab8216a41b417 (diff) | |
download | u-boot-imx-bae61eefe15b4d454060a7140e49ae58322be803.zip u-boot-imx-bae61eefe15b4d454060a7140e49ae58322be803.tar.gz u-boot-imx-bae61eefe15b4d454060a7140e49ae58322be803.tar.bz2 |
ColdFire: Add dspi and serial flash support for MCF5445x
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: John Rigby <jrigby@freescale.com>
Diffstat (limited to 'cpu/mcf5445x/Makefile')
-rw-r--r-- | cpu/mcf5445x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |