diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |