]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: remove unneeded directory generation from local*config
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Jul 2018 07:46:28 +0000 (16:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 25 Jul 2018 14:25:29 +0000 (23:25 +0900)
commit496092b51ccc8462f2f2287bbfe6d4fb1ece1a36
tree7d45592539a7627ab2f8b2204f5931d91772857a
parent3d3c0aa2293f9af990d624e6f5789e73c98f2093
kconfig: remove unneeded directory generation from local*config

Commit c7c6048309b9 ("kconfig: Create include/generated for
localmodconfig") added the 'mkdir' line because local{yes,mod}config
ran streamline_config.pl followed by silentoldconfig at that time.

Since commit cd0912ae430d ("kconfig: invoke oldconfig instead of
silentoldconfig from local*config"), no sub-directory is required.

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