]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove redundant $(wildcard ...) for cmd_files calculation
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Nov 2017 10:29:35 +0000 (19:29 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 16 Nov 2017 00:07:34 +0000 (09:07 +0900)
commitdf33493f910683e6875e53b7d7eec70b44858e96
tree95ec17379f0339fff06259c978c287997e0ed890
parent85d6d67d99a95843dac2f7de083ba09781748c9d
kbuild: remove redundant $(wildcard ...) for cmd_files calculation

I do not see any reason why $(wildcard ...) needs to be called twice
for computing cmd_files.  Remove the first one.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
scripts/Makefile.build
scripts/Makefile.headersinst
scripts/Makefile.modpost