Change merged file name to $(PROJECT)-combined.hex .

pull/2345/head
Vincent Coubard 2016-08-02 22:21:00 +01:00
parent 4223a257f9
commit 0320f3b89e
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ SREC_CAT = srec_cat
{% block additional_targets %}
merge:
$(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o combined.hex -intel --line-length=44
$(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
{% endblock %}