]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-autoconf.h
- up to 4.17.8
[packages/kernel.git] / kernel-autoconf.h
index ca46a29afd35a13278b71cc4717461bb7f3bfcbe..2f68be0c02d5d5b069c40184312b46b56826357d 100644 (file)
@@ -1,24 +1,2 @@
-#ifndef __pld_kernel_autoconf_h__
-#define __pld_kernel_autoconf_h__
-
-/*
- * Define some nasty macros o we can construct the file names
- * we want to include
- */
-
-#if defined(__pld_autoconf_included_file__)
-#undef __pld_autoconf_included_file__
-#endif /* __pld_autoconf_included_file__ */
-
-#if defined(__KERNEL_SMP)
-#include <linux/autoconf-smp.h>
-#define __pld_autoconf_included_file__ 1
-#endif /* __KERNEL_SMP */
-
-#if !defined(__pld_autoconf_included_file__)
-#include <linux/autoconf-up.h>
-#else
-#undef __pld_autoconf_included_file__
-#endif /* __pld_autoconf_included_file__ */
-
-#endif /* __pld_kernel_autoconf_h__ */
+#error Runtime kernel config detection not available.
+#error Please use the autoconf-dist.h instead.
This page took 0.031196 seconds and 4 git commands to generate.