mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
Propagate GIT_REVISION to REVISION
This commit is contained in:
parent
801daef9aa
commit
6bd90c9666
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ LOW_MEMORY := 0
|
||||||
TARGET_NAME := picodrive
|
TARGET_NAME := picodrive
|
||||||
LIBM := -lm
|
LIBM := -lm
|
||||||
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
|
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
|
||||||
|
CFLAGS += -DREVISION=\"$(GIT_REVISION)\"
|
||||||
|
|
||||||
fpic :=
|
fpic :=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue