[coreboot-gerrit] New patch to review for coreboot: cbfstool: change CONFIG_FMD_GENPARSER if not set to n

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Fri Jun 17 07:51:48 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15221

-gerrit

commit 38a50ebc00d40a8bf54ed7152dc7e760547c6b96
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Jun 16 20:16:54 2016 -0700

    cbfstool: change CONFIG_FMD_GENPARSER if not set to n
    
    When doing make in util/cbfstool it contaminates the tree because it generates
    the fmd_parser.
    
    Change-Id: Ida855d1e57560c76d3fcfcc8e2f7f75bcdfdd5d4
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 util/cbfstool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 14696ea..3204857 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -1,7 +1,7 @@
 top ?= $(abspath ../..)
 objutil ?= $(top)/util
 
-CONFIG_FMD_GENPARSER := y
+CONFIG_FMD_GENPARSER ?= n
 
 HOSTCC ?= $(CC)
 OBJCOPY ?= objcopy



More information about the coreboot-gerrit mailing list