summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2021-08-09 16:25:26 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-08-16 14:53:01 +0000
commitd019bfc2d1d3234e2056b452ddf2c45ec4527b90 (patch)
tree7a07922fbae1ac9c394c9601124adf041d3556f5 /Documentation/getting_started
parent8d7d3e5f0fa6f7ff3cb8064a9735718598114162 (diff)
downloadcoreboot-d019bfc2d1d3234e2056b452ddf2c45ec4527b90.tar.gz
coreboot-d019bfc2d1d3234e2056b452ddf2c45ec4527b90.tar.bz2
coreboot-d019bfc2d1d3234e2056b452ddf2c45ec4527b90.zip
Documentation/util/kconfig: Remove silentoldconfig
The "silentoldconfig" target has been removed in Linux 5.13's kconfig (CB:37152). As explained by Michal Marek at https://lkml.org/lkml/2011/8/31/189, the "silentoldconfig" target has become an internal interface and "oldconfig" is just as silent now. Therefore, correct the target for syntax checking. Change-Id: I8416bd4a96d15415f46c591ceb26ebb29aef1ab0 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56878 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r--Documentation/getting_started/kconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md
index 819eb724fcc7..fff186e8a2fb 100644
--- a/Documentation/getting_started/kconfig.md
+++ b/Documentation/getting_started/kconfig.md
@@ -1188,7 +1188,7 @@ https://github.com/martinlroth/language-kconfig
## Syntax Checking:
The Kconfig utility does some basic syntax checking on the Kconfig tree.
-Running "make silentoldconfig" will show any errors that the Kconfig utility
+Running "make oldconfig" will show any errors that the Kconfig utility
sees.
### util/kconfig_lint