diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-11 03:54:48 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-13 14:29:10 +0100 |
commit | 3122c84409d578a5df8bcb1953547e0b871ac4c2 (patch) | |
tree | 1909485b0ac97f85bf942af4d1a9f41e20c81023 /scripts/kconfig/.gitignore | |
parent | kbuild: add read-file macro (diff) | |
download | linux-3122c84409d578a5df8bcb1953547e0b871ac4c2.tar.xz linux-3122c84409d578a5df8bcb1953547e0b871ac4c2.zip |
kconfig: refactor Makefile to reduce process forks
Refactor Makefile and use read-file macro. For Make >= 4.2, it can read
out a file by using the built-in function.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'scripts/kconfig/.gitignore')
-rw-r--r-- | scripts/kconfig/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 500e7424b3ef..c8a3f9cd52f0 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only /conf /[gmnq]conf -/[gmnq]conf-cfg +/[gmnq]conf-cflags +/[gmnq]conf-libs +/qconf-bin /qconf-moc.cc |