diff options
| author | Rob Herring <robh@kernel.org> | 2018-02-27 18:26:41 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2018-03-01 13:01:54 -0500 |
| commit | e71de5ee08dcb053da860f96d46cb1fb0ddfb0c6 (patch) | |
| tree | 6cd1ddbcc805674aab80bcf57683907895eaa21b /scripts | |
| parent | 4a3928c6f8a53fa1aed28ccba227742486e8ddcb (diff) | |
kbuild: remove remaining use of undefined YACC_PREFIX
Commit eea199b445f6 ("kbuild: remove unnecessary LEX_PREFIX and
YACC_PREFIX") removed YACC_PREFIX definition, but left one use of it. There
was not any build error since there is no user of "cmd_bison_h" currently.
Remove the last remaining occurrence of YACC_PREFIX.
Fixes: eea199b445f6 ("kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX")
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 5589bae34af6..1bc2f90cb8c0 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib | |||
| @@ -217,7 +217,7 @@ $(filter %.tab.c,$(targets)): $(obj)/%.tab.c: $(src)/%.y FORCE | |||
| 217 | $(call if_changed,bison) | 217 | $(call if_changed,bison) |
| 218 | 218 | ||
| 219 | quiet_cmd_bison_h = YACC $@ | 219 | quiet_cmd_bison_h = YACC $@ |
| 220 | cmd_bison_h = bison -o/dev/null --defines=$@ -t -l -p $(YACC_PREFIX) $< | 220 | cmd_bison_h = bison -o/dev/null --defines=$@ -t -l $< |
| 221 | 221 | ||
| 222 | ifdef REGENERATE_PARSERS | 222 | ifdef REGENERATE_PARSERS |
| 223 | .PRECIOUS: $(src)/%.tab.h_shipped | 223 | .PRECIOUS: $(src)/%.tab.h_shipped |
