added $(STRT_OBJ) to clean target

This commit is contained in:
Markus Fröschle
2012-10-18 15:54:45 +00:00
parent 79c5f6e2f2
commit d51fca7fe7

View File

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