OSDN Git Service

kbuild: add forward declaration of default target to Makefile.asm-generic
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 11 Oct 2017 03:52:29 +0000 (12:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Nov 2017 13:54:17 +0000 (22:54 +0900)
commita7d34df3d12c34304638bbe7375d91c63717c453
treeb5b8e4e49840cf543698dd51cebf5d0313159fef
parent4e13d47c5806bafb5e524b08a9d759b606b1851c
kbuild: add forward declaration of default target to Makefile.asm-generic

$(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@socionext.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
scripts/Makefile.asm-generic