SeaBIOS: remove VERSION variable in coreboot Makefile

SeaBIOS dropped support of VERSION variable and
is reproducible without it.

Change-Id: Iea1dc20e18aa5c274060e3cd55cd9e95086a602d
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/12645
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Alexander Couzens 2015-12-04 18:39:20 +01:00 committed by Stefan Reinauer
parent 864b48daf0
commit 7b45d07cff
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ endif
build: config
echo " MAKE SeaBIOS $(TAG-y)"
export VERSION=$$(cd seabios && \
git describe --tags --long --dirty 2>/dev/null || \
echo "unknown") ; \
$(MAKE) -C seabios OUT=out/
clean: