Propagate GIT_REVISION to REVISION

This commit is contained in:
zoltanvb 2023-11-07 19:26:39 +01:00 committed by irixxxx
parent 801daef9aa
commit 6bd90c9666

View file

@ -41,7 +41,7 @@ LOW_MEMORY := 0
TARGET_NAME := picodrive
LIBM := -lm
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
CFLAGS += -DREVISION=\"$(GIT_REVISION)\"
fpic :=