removed object files list from final linker call since that's misleading (controlled through link script itself)

This commit is contained in:
Markus Fröschle
2012-10-14 14:15:31 +00:00
parent 439c638d40
commit 6d9ecd0b55

View File

@@ -55,7 +55,7 @@ OBJS=$(COBJS) $(AOBJS)
all: $(EXEC) all: $(EXEC)
$(EXEC): $(OBJS) $(EXEC): $(OBJS)
$(LD) --oformat srec -Map $(MAPFILE) --cref -T flash.lk -s -o $@ $(OBJS) $(LD) --oformat srec -Map $(MAPFILE) --cref -T flash.lk -s -o $@
clean: clean:
@ rm -f $(EXEC) $(OBJS) $(MAPFILE) depend @ rm -f $(EXEC) $(OBJS) $(MAPFILE) depend