X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmcf52x2%2FMakefile;h=937cdd058412ab0c8462b3857e5b2b3abe4c45f2;hb=d30f9043539d372cf66406bc2f21bb8c20e67009;hp=70d57cf609cccaec2dcc7c121936586aedfbfb1e;hpb=dfc8a9ee0040e53ada125a3c52f241e37f09cf28;p=oweals%2Fu-boot.git diff --git a/cpu/mcf52x2/Makefile b/cpu/mcf52x2/Makefile index 70d57cf609..937cdd0584 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))