Re: [PATCH] kbuild: add forward declaration of default target to Makefile.asm-generic

From: Doug Anderson
Date: Wed Oct 11 2017 - 12:21:27 EST


Hi,

On Tue, Oct 10, 2017 at 8:52 PM, Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:
> $(kbuild-file) and Kbuild.include are included before the default
> target "all".
>
> We will add a target into Kbuild.include. In advance, add a forward
> declaration of the default target.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> scripts/Makefile.asm-generic | 3 +++
> 1 file changed, 3 insertions(+)

Thanks for sending this out!

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>