Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18a43ba2 authored by Brian Gerst's avatar Brian Gerst Committed by Sam Ravnborg
Browse files

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: default avatarBrian Gerst <bgerst@didntduck.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent e6304663
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 *
 */

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

#include "matroxfb_DAC1064.h"
+0 −1
Original line number Diff line number Diff line
#ifndef __MATROXFB_DAC1064_H__
#define __MATROXFB_DAC1064_H__

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

#include "matroxfb_base.h"
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@
 *
 */

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

#include "matroxfb_Ti3026.h"
+0 −1
Original line number Diff line number Diff line
#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"
Loading