Skip to content

Commit

Permalink
Change merged file name to $(PROJECT)-combined.hex .
Browse files Browse the repository at this point in the history
  • Loading branch information
pan- committed Aug 2, 2016
1 parent 4223a25 commit 0320f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export/gcc_arm_nrf51_dk.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 0320f3b

Please sign in to comment.