diff options
-rw-r--r-- | Documentation/kbuild/kconfig.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index c313d71324b4..9d5f2a90dca9 100644 --- a/Documentation/kbuild/kconfig.txt +++ b/Documentation/kbuild/kconfig.txt | |||
@@ -28,12 +28,10 @@ new (default) values, so you can use: | |||
28 | 28 | ||
29 | grep "(NEW)" conf.new | 29 | grep "(NEW)" conf.new |
30 | 30 | ||
31 | to see the new config symbols or you can 'diff' the previous and | 31 | to see the new config symbols or you can use diffconfig to see the |
32 | new .config files to see the differences: | 32 | differences between the previous and new .config files: |
33 | 33 | ||
34 | diff .config.old .config | less | 34 | scripts/diffconfig .config.old .config | less |
35 | |||
36 | (Yes, we need something better here.) | ||
37 | 35 | ||
38 | ______________________________________________________________________ | 36 | ______________________________________________________________________ |
39 | Environment variables for '*config' | 37 | Environment variables for '*config' |