kbuild: remove unneeded variable, single-all
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 16 Oct 2019 05:12:15 +0000 (14:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commit35e046a203ee3bc8ba9ae3561b50de02646dfb81
tree3f2c1072130164d9a7ee8f477eec96ac1d1138c6
parentf276031b4e2f4c961ed6d8a42f0f0124ccac2e09
kbuild: remove unneeded variable, single-all

When single-build is set, everything in $(MAKECMDGOALS) is a single
target. You can use $(MAKECMDGOALS) to list out the single targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile