We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c611 commit 32a43b7Copy full SHA for 32a43b7
Makefile
@@ -23,7 +23,7 @@ MBR_HEX = lib/softdevice/mbr/hex/mbr_nrf52_2.4.1_mbr.hex
23
LD_FILE = linker/$(MCU_SUB_VARIANT).ld
24
25
GIT_VERSION = $(shell git describe --dirty --always --tags)
26
-GIT_SUBMODULE_VERSIONS = $(shell git submodule status | cut -d' ' -f3,4 | paste -s -d" " -)
+GIT_SUBMODULE_VERSIONS = $(shell git submodule status | cut -d" " -f3,4 | paste -s -d" " -)
27
28
# compiled file name
29
OUT_FILE = $(BOARD)_bootloader-$(GIT_VERSION)
0 commit comments