Makefile: use git describe as Caraboot version

This commit is contained in:
Alexander Couzens 2015-03-16 16:26:31 +01:00
parent 521b18c48a
commit 8398cb7f58
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export UBOOT_GCC_4_3_3_EXTRA_CFLAGS=-fPIC
export BUILD_TYPE=squashfs
export COMPRESSED_UBOOT=0
export CARABOOT_RELEASE=v2.2-dev
export CARABOOT_RELEASE=$(shell git describe --dirty --always)
IMAGEPATH=$(BUILD_TOPDIR)/bin
UBOOT_BINARY=u-boot.bin