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.
2 parents 209c611 + 35429d0 commit 4c9df5bCopy full SHA for 4c9df5b
Makefile
@@ -22,8 +22,8 @@ MBR_HEX = lib/softdevice/mbr/hex/mbr_nrf52_2.4.1_mbr.hex
22
# linker by MCU eg. nrf52840.ld
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_VERSION != git describe --dirty --always --tags
+GIT_SUBMODULE_VERSIONS != 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