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:
parent
864b48daf0
commit
7b45d07cff
|
@ -52,9 +52,6 @@ endif
|
||||||
|
|
||||||
build: config
|
build: config
|
||||||
echo " MAKE SeaBIOS $(TAG-y)"
|
echo " MAKE SeaBIOS $(TAG-y)"
|
||||||
export VERSION=$$(cd seabios && \
|
|
||||||
git describe --tags --long --dirty 2>/dev/null || \
|
|
||||||
echo "unknown") ; \
|
|
||||||
$(MAKE) -C seabios OUT=out/
|
$(MAKE) -C seabios OUT=out/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue