add version information to firmware binaries

This commit is contained in:
Christian Daniel 2012-10-21 20:39:29 +02:00
parent e26ecd5227
commit ed0d85cf33
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ BUILD_TIME=$(shell date "+%H:%M:%S")
BUILD_ZONE=$(shell date "+%Z")
BUILD_HOST=$(shell uname -n)
BUILD_GCC=$(shell $(CC) --version | head -1)
BUILD_VCSID="no-vcs-id"
BUILD_VCSID=$(shell ../../git-version-gen ../../.tarball_version)
.PHONY: all build buildid clean distclean flash dfuflash

View File

@ -105,7 +105,7 @@ BUILD_TIME=$(shell date "+%H:%M:%S")
BUILD_ZONE=$(shell date "+%Z")
BUILD_HOST=$(shell uname -n)
BUILD_GCC=$(shell $(CC) --version | head -1)
BUILD_VCSID="no-vcs-id"
BUILD_VCSID=$(shell ../../git-version-gen ../../.tarball_version)
.PHONY: all build buildid clean distclean dfuflash