|
@@ -6,6 +6,8 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
/* Pull in the current config to define the default environment */
|
|
/* Pull in the current config to define the default environment */
|
|
|
|
+#include <linux/kconfig.h>
|
|
|
|
+
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
#define __ASSEMBLY__ /* get only #defines from config.h */
|
|
#define __ASSEMBLY__ /* get only #defines from config.h */
|
|
#include <config.h>
|
|
#include <config.h>
|
|
@@ -13,7 +15,6 @@
|
|
#else
|
|
#else
|
|
#include <config.h>
|
|
#include <config.h>
|
|
#endif
|
|
#endif
|
|
-#include <generated/autoconf.h>
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* To build the utility with the static configuration
|
|
* To build the utility with the static configuration
|