summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-06-16 20:16:54 -0700
committerMartin Roth <martinroth@google.com>2016-06-21 17:55:17 +0200
commit2c68b1c732f5e7546447f03dd298cbba90b8f13a (patch)
tree1c3900568e6dc6bd0bd405fba290b3ef9dc55968 /util
parent95f6022cb1e77f7e643bd72cb06c05dc00df5587 (diff)
downloadcoreboot-2c68b1c732f5e7546447f03dd298cbba90b8f13a.tar.gz
coreboot-2c68b1c732f5e7546447f03dd298cbba90b8f13a.tar.bz2
coreboot-2c68b1c732f5e7546447f03dd298cbba90b8f13a.zip
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@fe80.eu> Reviewed-on: https://review.coreboot.org/15221 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util')
-rw-r--r--util/cbfstool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 14696eaaa08d..320485749bac 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