Skip to content

Commit 4223a25

Browse files
committed
Add the merge goal to the list dependent goals of all.
Fix import of the softdevice hex file.
1 parent 142e014 commit 4223a25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/export/gcc_arm_nrf51_dk.tmpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{% extends "gcc_arm_common.tmpl" %}
22

3+
{% block target_all %}
4+
all: $(PROJECT).bin $(PROJECT).hex size merge
5+
{% endblock %}
6+
37
{% block additional_variables %}
4-
SOFTDEVICE = mbed/TARGET_NRF51_DK/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_1_0/s110_nrf51822_7.1.0_softdevice.hex
8+
SOFTDEVICE = {% for f in hex_files %}{{f}} {% endfor %}
59
{% endblock %}
610

711
{% block additional_executables %}

0 commit comments

Comments
 (0)