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 093b009 commit 3da8e98Copy full SHA for 3da8e98
Makefile
@@ -22,7 +22,7 @@ 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 != git describe --dirty --always --tags
+GIT_VERSION := $(shell git describe --dirty --always --tags)
26
GIT_SUBMODULE_VERSIONS != git submodule status | cut -d" " -f3,4 | paste -s -d" " -
27
28
# compiled file name
0 commit comments