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

2017-10-11 Thread Doug Anderson
Hi, On Tue, Oct 10, 2017 at 8:52 PM, Masahiro Yamada 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 > --- >

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

2017-10-10 Thread Masahiro Yamada
$(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 --- scripts/Makefile.asm-generic | 3 +++ 1 file changed, 3 insertions(+) diff