]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/bf537/Makefile
move Blackfin cpu object list to respective cpu directories
[karo-tx-uboot.git] / cpu / bf537 / Makefile
index 8b0f9c0e93138a5498fea2ac9f1aaddefa57e4d5..06d1aae4e2e862fe38ef8365dac1655a10112209 100644 (file)
@@ -28,12 +28,12 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(CPU).a
 
-START  = start.o start1.o interrupt.o cache.o flush.o init_sdram.o
+SOBJS  = start.o start1.o interrupt.o cache.o flush.o init_sdram.o
 COBJS  = cpu.o traps.o ints.o serial.o interrupts.o video.o i2c.o
 
 EXTRA = init_sdram_bootrom_initblock.o
 
-SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))
 START  := $(addprefix $(obj),$(START))