Re: [PATCH 1/6] kbuild: remove remaining use of undefined YACC_PREFIX

From: Masahiro Yamada
Date: Thu Mar 01 2018 - 06:36:35 EST


Hi Rob,

2018-03-01 13:20 GMT+09:00 Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>:
> 2018-03-01 8:32 GMT+09:00 Rob Herring <robh@xxxxxxxxxx>:
>> 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")
>> Cc: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
>> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
>
> You can replace CC with my
>
> Acked-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>


I got a reason to send a fixes pull request this week.

If you do not mind, may I include this one in
my Kbuild fixes pull request?

I do not see dependency between 1/6 and the rest of the series.



--
Best Regards
Masahiro Yamada