aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-20 16:46:28 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-25 23:25:29 +0900
commitadc18acf42a1e738c4c58090e0efe7977e812779 (patch)
tree7d45592539a7627ab2f8b2204f5931d91772857a /scripts/kconfig
parentkconfig: split out useful helpers in confdata.c (diff)
downloadlinux-dev-adc18acf42a1e738c4c58090e0efe7977e812779.tar.xz
linux-dev-adc18acf42a1e738c4c58090e0efe7977e812779.zip
kconfig: remove unneeded directory generation from local*config
Commit 17263baf958b ("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 81d2bc227305 ("kconfig: invoke oldconfig instead of silentoldconfig from local*config"), no sub-directory is required. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 49edb9cc9410..bd8da651c814 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -41,7 +41,6 @@ syncconfig: $(obj)/conf
$< $(silent) --$@ $(Kconfig)
localyesconfig localmodconfig: $(obj)/conf
- $(Q)mkdir -p include/config include/generated
$(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
$(Q)if [ -f .config ]; then \
cmp -s .tmp.config .config || \