diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-12-04 18:39:20 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-12-06 00:44:12 +0100 |
commit | 7b45d07cff5827f1014cd704f746b729edbf5c7b (patch) | |
tree | 38119637e7a89045c7bb9f3a407cccffa67d4050 | |
parent | 864b48daf053265257e56d44142db2e27b84c873 (diff) | |
download | coreboot-7b45d07cff5827f1014cd704f746b729edbf5c7b.tar.xz |
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>
-rw-r--r-- | payloads/external/SeaBIOS/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 7f58254611..48a6a6fa0d 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: |