commit | 00d78ab2ba756af7b9a4dacd437b7a882bd18a4b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 12 15:43:30 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 14 21:47:04 2018 +0900 |
tree | f6aeb9a2709246a43b96d4986465ae140941bbab | |
parent | 25815cf5ffecfb8b54314ee1b7cf14c78681fbb6 [diff] |
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>