From ed131df9b0e9828ffc9bd07b816d83f64cd929ad Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 16 Jun 2016 20:16:54 -0700 Subject: [PATCH] UPSTREAM: 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 Reviewed-on: https://review.coreboot.org/15221 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-on: https://chromium-review.googlesource.com/354988 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- util/cbfstool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 14696eaaa0..320485749b 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