diff options
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |