From b7d74cc99f6cb5c91353c9aa8628712348abe388 Mon Sep 17 00:00:00 2001 From: Chris Cinelli Date: Fri, 25 Oct 2019 00:05:39 -0700 Subject: [PATCH] Add default git describe in makefile --- targets/stm32l432/Makefile | 1 + 1 file changed, 1 insertion(+) 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}