From 2c68b1c732f5e7546447f03dd298cbba90b8f13a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 16 Jun 2016 20:16:54 -0700 Subject: 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 --- util/cbfstool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool') 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 -- cgit v1.2.3