sh: Do not include start.o in lib$(CPU).o
[platform/kernel/u-boot.git] / arch / sh / cpu / sh2 / Makefile
index 1cc0031..686bb79 100644 (file)
@@ -12,13 +12,15 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(CPU).o
 
-SOBJS  = start.o
+START  = start.o
 COBJS  = cpu.o interrupts.o watchdog.o
 
 SRCS    := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS    := $(addprefix $(obj),$(COBJS))
 SOBJS   := $(addprefix $(obj),$(SOBJS))
 
+all:    $(START) $(LIB)
+
 $(LIB):        $(OBJS) $(SOBJS)
        $(call cmd_link_o_target, $(OBJS) $(SOBJS))