[coreboot-gerrit] New patch to review for coreboot: external/Makefile.inc: Update SeaBIOS version file

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sat Nov 28 21:24:16 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12567

-gerrit

commit 2066b5b423cf787e1961f81a89222e452f95fd50
Author: Martin Roth <martinroth at google.com>
Date:   Sat Nov 28 13:23:48 2015 -0700

    external/Makefile.inc: Update SeaBIOS version file
    
    SeaBIOS updated how versioning is done, and out/version.c no longer
    exists.  The new file with version information is autoversion.h.
    
    Change-Id: I10abee73ecc51e52c9ff7a2e7a9099339b1a4b40
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/external/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index eedee05..c5f413f 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -32,7 +32,7 @@ endif
 # set up payload config and version files for later inclusion
 ifeq ($(CONFIG_PAYLOAD_SEABIOS),y)
 PAYLOAD_CONFIG=payloads/external/SeaBIOS/seabios/.config
-PAYLOAD_VERSION=payloads/external/SeaBIOS/seabios/out/version.c
+PAYLOAD_VERSION=payloads/external/SeaBIOS/seabios/out/autoversion.h
 endif
 ifeq ($(CONFIG_PAYLOAD_FILO),y)
 PAYLOAD_CONFIG=payloads/external/FILO/filo/.config



More information about the coreboot-gerrit mailing list