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)
commit00d78ab2ba756af7b9a4dacd437b7a882bd18a4b
treef6aeb9a2709246a43b96d4986465ae140941bbab
parent25815cf5ffecfb8b54314ee1b7cf14c78681fbb6
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