summaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-10-01 14:32:52 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-10-11 23:13:23 +0900
commitfee762d69ad5968dfd0ecbc300810f185ee5c5b8 (patch)
treeb34e3bd9e7edcb8e45d2d4b43b74bd53f35e07aa /scripts/coccinelle
parent00d674cb35362dd30df7ff1e0003ad6d6c3ebf3a (diff)
downloadlinux-stable-fee762d69ad5968dfd0ecbc300810f185ee5c5b8.tar.gz
linux-stable-fee762d69ad5968dfd0ecbc300810f185ee5c5b8.tar.bz2
linux-stable-fee762d69ad5968dfd0ecbc300810f185ee5c5b8.zip
kconfig: refactor conf_touch_dep()
If this function fails to touch a dummy header due to missing parent directory, then it creates it and touches the file again. This was needed because CONFIG_FOO_BAR was previously tracked by include/config/foo/bar.h. (include/config/foo/ may not exist here) This is no longer the case since commit 0e0345b77ac4 ("kbuild: redo fake deps at include/config/*.h"); now all the fake headers are placed right under include/config/, like include/config/FOO_BAR. Do not try to create parent directory, include/config/, which already exists. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/coccinelle')
0 files changed, 0 insertions, 0 deletions