fixdep: remove some false CONFIG_ matches
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 28 Feb 2018 19:17:36 +0000 (20:17 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 5 Mar 2018 14:48:25 +0000 (23:48 +0900)
commit5b8ad96d1a4421ffe417e647a65064aad1e84fb4
tree23aff2c1cc0a91d53ca8f15ee7b1dffba3217b9a
parent14a596a7e6fd9c5baa6b2cfc57962e2c3bda6c69
fixdep: remove some false CONFIG_ matches

The string CONFIG_ quite often appears after other alphanumerics,
meaning that that instance cannot be referencing a Kconfig
symbol. Omitting these means make has fewer files to stat() when
deciding what needs to be rebuilt - for a defconfig build, this seems to
remove about 2% of the (wildcard ...) lines from the .o.cmd files.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/basic/fixdep.c