diff options
author | Brian Gerst <bgerst@didntduck.org> | 2006-02-15 01:01:58 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-19 09:51:22 +0100 |
commit | 18a43ba26dcbe2a7a51011c9daae37adc7fc5c93 (patch) | |
tree | d520b77af5b0515e744b57484689de93cd54658b /Documentation/smart-config.txt | |
parent | e63046630c8a73825896cef140fbf49af233fd2a (diff) |
kbuild: remove checkconfig.pl
checkconfig.pl is no longer needed now that autoconf.h is automatically
included. Remove it and all references to it.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/smart-config.txt')
-rw-r--r-- | Documentation/smart-config.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/smart-config.txt b/Documentation/smart-config.txt index c9bed4cf877..8467447b5a8 100644 --- a/Documentation/smart-config.txt +++ b/Documentation/smart-config.txt @@ -56,10 +56,6 @@ Here is the solution: writing one file per option. It updates only the files for options that have changed. - mkdep.c no longer generates warning messages for missing or unneeded - <linux/config.h> lines. The new top-level target 'make checkconfig' - checks for these problems. - Flag Dependencies Martin Von Loewis contributed another feature to this patch: |