diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index c2e349f..a14a974 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -2,6 +2,7 @@ ifndef DEBUG DEBUG=0 endif +VERSION_FULL?=$(shell git describe) APPMAKE=build/application.mk VERSION_FULL=${VERSION_FULL} BOOTMAKE=build/bootloader.mk VERSION_FULL=${VERSION_FULL}