You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ For `n`-valued `bool` / `tristate` options, the line `# CONFIG_FOO is not set` (
140
140
allowing the option to be tested via `ifdef` in Make.
141
141
142
142
If you rely on this behavior, consider passing `--config-out <filename>` to `genconfig` and including the generated configuration file instead of `.config` directly.
143
-
This ensures the included file is always a “full” configuration file, even if `.config` becomes outdated.
143
+
This ensures the included file is always a "full" configuration file, even if `.config` becomes outdated.
144
144
Otherwise, you may need to run `old(def)config`, `menuconfig`, or `guiconfig` before rebuilding.
145
145
146
146
If you use the `--sync-deps` option to generate incremental build information,
@@ -455,10 +455,6 @@ Some examples include:
455
455
These examples use the older Kconfiglib 1 API, which was clunkier and less general
456
456
(e.g., functions instead of properties, no direct access to the menu structure, and a more limited `__str__()` output):
0 commit comments