Show source version in the makefile logs

This commit is contained in:
Philippe Teuwen 2021-09-05 01:18:42 +02:00
commit 0ed190936d
3 changed files with 12 additions and 0 deletions

View file

@ -221,6 +221,7 @@ export PLATFORM_DEFS_INFO_STANDALONE
export PLATFORM_CHANGED
$(info ===================================================================)
$(info Version info: $(shell tools/mkversion.sh --short 2>/dev/null || ../tools/mkversion.sh --short 2>/dev/null))
$(info Platform name: $(PLTNAME))
$(info PLATFORM: $(PLATFORM))
$(info PLATFORM_FPGA: $(PLATFORM_FPGA))