Skip to content

Commit

Permalink
kbuild: remove checkconfig.pl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Brian Gerst authored and Sam Ravnborg committed Feb 19, 2006
1 parent e630466 commit 18a43ba
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 75 deletions.
4 changes: 0 additions & 4 deletions Documentation/smart-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_DAC1064.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
*/

/* make checkconfig does not walk through include tree :-( */
#include <linux/config.h>

#include "matroxfb_DAC1064.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_DAC1064.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef __MATROXFB_DAC1064_H__
#define __MATROXFB_DAC1064_H__

/* make checkconfig does not walk through include tree */
#include <linux/config.h>

#include "matroxfb_base.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_Ti3026.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
*
*/

/* make checkconfig does not verify included files... */
#include <linux/config.h>

#include "matroxfb_Ti3026.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_Ti3026.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef __MATROXFB_TI3026_H__
#define __MATROXFB_TI3026_H__

/* make checkconfig does not walk through whole include tree */
#include <linux/config.h>

#include "matroxfb_base.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
*
*/

/* make checkconfig does not check included files... */
#include <linux/config.h>
#include <linux/version.h>

Expand Down
1 change: 0 additions & 1 deletion drivers/video/matrox/matroxfb_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
*
*/

/* make checkconfig does not check includes for this... */
#include <linux/config.h>

#include "matroxfb_misc.h"
Expand Down
65 changes: 0 additions & 65 deletions scripts/checkconfig.pl

This file was deleted.

0 comments on commit 18a43ba

Please sign in to comment.