commit | a7d34df3d12c34304638bbe7375d91c63717c453 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Oct 11 12:52:29 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Nov 13 22:54:17 2017 +0900 |
tree | b5b8e4e49840cf543698dd51cebf5d0313159fef | |
parent | 4e13d47c5806bafb5e524b08a9d759b606b1851c [diff] |
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>