|
|
@ -359,7 +359,7 @@ BEGIN = gccversion sizebefore |
|
|
|
# Note the obj.txt depeendency is there to force linking if a source file is deleted
|
|
|
|
# Note the obj.txt depeendency is there to force linking if a source file is deleted
|
|
|
|
%.elf: $(OBJ) $(MASTER_OUTPUT)/cflags.txt $(MASTER_OUTPUT)/ldflags.txt $(MASTER_OUTPUT)/obj.txt | $(BEGIN) |
|
|
|
%.elf: $(OBJ) $(MASTER_OUTPUT)/cflags.txt $(MASTER_OUTPUT)/ldflags.txt $(MASTER_OUTPUT)/obj.txt | $(BEGIN) |
|
|
|
@$(SILENT) || printf "$(MSG_LINKING) $@" | $(AWK_CMD)
|
|
|
|
@$(SILENT) || printf "$(MSG_LINKING) $@" | $(AWK_CMD)
|
|
|
|
$(eval CMD=$(CC) $(ALL_CFLAGS) $(filter-out %.txt,$^) --output $@ $(LDFLAGS))
|
|
|
|
$(eval CMD=MAKE=$(MAKE) $(CC) $(ALL_CFLAGS) $(filter-out %.txt,$^) --output $@ $(LDFLAGS))
|
|
|
|
@$(BUILD_CMD)
|
|
|
|
@$(BUILD_CMD)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|