summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-10 17:47:04 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-19 09:20:49 +0200
commit163be86a3212867c8493fdabd0e1d431adfece92 (patch)
treebc7e29d4e04753519b6614a9c6a9f0af62a64dcf /scripts/kconfig/.gitignore
parent71948298b2bd8860f99fb0b4f7efbae463ea7d9f (diff)
downloadbarebox-163be86a3212867c8493fdabd0e1d431adfece92.tar.gz
barebox-163be86a3212867c8493fdabd0e1d431adfece92.tar.xz
kconfig: update to Linux 5.2-rc4
The previous sync was Linux 4.20. This updates Kconfig to Linux 5.2-rc4. I adjusted the top Makefile as well because Linux commit 058507195b53 ("kbuild: move ".config not found!" message from Kconfig to Makefile") moved the .config check from Kconfig to Makefile. I also made auto.conf a mandatory include file, and remove it from the prerequisites of other targets. We are safe because Make is immediately terminated when syncconfig fails to generate auto.conf. Highlights: - The parser has no more shift/reduce conflicts - The lexer was rewritten more simply - The token lookup table was deleted - Replace license boilerplates with SPDX - Compile C files as separate units - Do not overwrite .config when the content was not changed - Lots of bug-fixes and cleanups Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/kconfig/.gitignore')
-rw-r--r--scripts/kconfig/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index 0aabc1d6a1..b5bf92f66d 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -2,6 +2,7 @@
# Generated files
#
*.moc
+*conf-cfg
#
# configuration programs