Skip to content

Commit 0320f3b

Browse files
committed
Change merged file name to $(PROJECT)-combined.hex .
1 parent 4223a25 commit 0320f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/gcc_arm_nrf51_dk.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ SREC_CAT = srec_cat
1414

1515
{% block additional_targets %}
1616
merge:
17-
$(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o combined.hex -intel --line-length=44
17+
$(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
1818
{% endblock %}

0 commit comments

Comments
 (0)