]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4ca991f1d15a026c7519d77fb3e968e54536ed2
treeb5b8e4e49840cf543698dd51cebf5d0313159fef
parent545a936f23557b5d74ef7bd445422b913de08133
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