Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32986
Change subject: Makefile.inc: Extend version string for timeless builds ......................................................................
Makefile.inc: Extend version string for timeless builds
With the version string "TIMELESS", binaries are slightly smaller than for a regular build. This may lead to false positive build tests if the space is limited (e.g. bootblock). So let's make the string a little longer.
Change-Id: I3bbf6f71d5bcd74728a3fe39734312690901d0ec Signed-off-by: Nico Huber nico.huber@secunet.com --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/32986/1
diff --git a/Makefile.inc b/Makefile.inc index 9860da1..d4f7597 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -31,7 +31,7 @@ # misleadingly named, this is the coreboot version ifeq ($(KERNELVERSION),) ifeq ($(BUILD_TIMELESS),1) -KERNELVERSION := TIMELESS +KERNELVERSION := -TIMELESS--LESSTIME- else KERNELVERSION := $(strip $(if $(GIT),\ $(shell git describe --dirty --always || git describe),\