1
0
Fork 0

Add version string

This commit is contained in:
tmk 2013-09-11 13:44:54 +09:00
parent f7395268c0
commit 8bc96ac571
2 changed files with 8 additions and 3 deletions

View file

@ -69,5 +69,9 @@ ifdef BACKLIGHT_ENABLE
endif
# Version string
OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null)
# Search Path
VPATH += $(TOP_DIR)/common