]> 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)
commit25e67c35474710f1f65228d942b9b70b2b20e846
treef6aeb9a2709246a43b96d4986465ae140941bbab
parenteb11a25273bfdc31300ceaa1aa2ed09bb7b09c51
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