SeaBIOS: remove VERSION variable in coreboot Makefile

Hardware / Coreboot - Alexander Couzens [fe80.eu] - 5 December 2015 17:44 UTC

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

Change-Id: Iea1dc20e18aa5c274060e3cd55cd9e95086a602d

###

diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 7f58254..48a6a6f 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -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:

7b45d07 SeaBIOS: remove VERSION variable in coreboot Makefile
payloads/external/SeaBIOS/Makefile.inc | 3 ---
1 file changed, 3 deletions(-)

Upstream: review.coreboot.org


  • Share