Skip to content

Commit b66ac05

Browse files
committed
microbit: Add make command to rebuild qstrs.
Signed-off-by: Damien George <[email protected]>
1 parent 9ddc573 commit b66ac05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ $(HEX_FINAL): yotta $(VER_ADDR_FILE)
1515
tools/adduicr.py $(HEX_SRC) 0x$$(cat $(VER_ADDR_FILE)) -o $(HEX_FINAL)
1616
@arm-none-eabi-size $(HEX_SRC:.hex=)
1717

18+
.PHONY: qstrs
19+
qstrs: $(MBIT_VER_FILE)
20+
./tools/makeqstrhdr.sh
21+
1822
yotta: $(MBIT_VER_FILE)
1923
@yotta build
2024

0 commit comments

Comments
 (0)