summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-18 21:56:57 +0200
committerWolfgang Denk <wd@denx.de>2007-08-18 21:56:57 +0200
commit909627dca4350fca789c117b028b686cfe53e716 (patch)
tree9ff1c96b5501884438605bd1814eadc03f02d8e1 /cpu/mcf52x2/Makefile
parent8f22b671ebc4c625dbd58be19d844069dcc9660e (diff)
parent26667b7fa05a8bf2fc65fb9f3230b02b1a10c367 (diff)
downloadu-boot-imx-909627dca4350fca789c117b028b686cfe53e716.zip
u-boot-imx-909627dca4350fca789c117b028b686cfe53e716.tar.gz
u-boot-imx-909627dca4350fca789c117b028b686cfe53e716.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-coldfire
Diffstat (limited to 'cpu/mcf52x2/Makefile')
-rw-r--r--cpu/mcf52x2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mcf52x2/Makefile b/cpu/mcf52x2/Makefile
index 70d57cf..937cdd0 100644
--- a/cpu/mcf52x2/Makefile
+++ b/cpu/mcf52x2/Makefile
@@ -27,8 +27,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
-START =
-COBJS = serial.o interrupts.o cpu.o speed.o cpu_init.o fec.o
+START = start.o
+COBJS = interrupts.o cpu.o speed.o cpu_init.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))