summaryrefslogtreecommitdiff
path: root/scripts/kconfig/.gitignore
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2023-01-12 23:23:59 -0500
committerMasahiro Yamada <masahiroy@kernel.org>2023-01-13 16:29:52 +0900
commitaedee9e8d9224de35081e73e63333a402907c53c (patch)
treebdf848d0d74488b49c2cf4c1ef0a5ecbb8145fb9 /scripts/kconfig/.gitignore
parent169dd78043f7f4eabdef8d7ba0d4ddffe5cb3930 (diff)
kconfig: Update all declared targets
Currently qconf-cfg.sh is the only script that touches the "-bin" target, even though all of the conf_cfg rules declare that they do. Make the recipe unconditionally touch all declared targets to avoid incompatibilities with upcoming versions of GNU make: https://lists.gnu.org/archive/html/info-gnu/2022-10/msg00008.html e.g. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/nconf-bin'. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/mconf-bin'. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/gconf-bin'. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/.gitignore')
-rw-r--r--scripts/kconfig/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index c8a3f9cd52f0..0b2ff775b2e3 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
/conf
/[gmnq]conf
+/[gmnq]conf-bin
/[gmnq]conf-cflags
/[gmnq]conf-libs
-/qconf-bin
/qconf-moc.cc