]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove dead code in cmd_files calculation in top Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 12 Sep 2018 06:43:30 +0000 (15:43 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Sep 2018 12:47:04 +0000 (21:47 +0900)
commit599d7bbdd61204db95cb492d3ceea07d131fb7a7
treef6aeb9a2709246a43b96d4986465ae140941bbab
parent5b56d451fcf305172cdb5ae6c1ac4858691fd8b2
kbuild: remove dead code in cmd_files calculation in top Makefile

Nobody sets 'targets' in the top-level Makefile or arch/*/Makefile,
hence $(targets) is empty.

$(wildcard .*.cmd) will do for including the .vmlinux.cmd file.

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