show target version, date, commit hash and branch (#221)

This commit is contained in:
coreglitch
2020-11-06 15:31:06 +06:00
committed by GitHub
parent eb2679b982
commit bce6f867f1
5 changed files with 15 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ TARGET ?= f2
TARGET_DIR = targets/$(TARGET)
include $(TARGET_DIR)/target.mk
include $(PROJECT_ROOT)/make/git.mk
include $(PROJECT_ROOT)/make/toolchain.mk
include $(PROJECT_ROOT)/make/rules.mk