X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=kernel-autoconf.h;h=2f68be0c02d5d5b069c40184312b46b56826357d;hb=b8cdfdb530d4729f708a1646b34a16ea01183bc2;hp=ca46a29afd35a13278b71cc4717461bb7f3bfcbe;hpb=c9d1c54c1862f182a114facae368e4e4656f404d;p=packages%2Fkernel.git diff --git a/kernel-autoconf.h b/kernel-autoconf.h index ca46a29a..2f68be0c 100644 --- a/kernel-autoconf.h +++ b/kernel-autoconf.h @@ -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 -#define __pld_autoconf_included_file__ 1 -#endif /* __KERNEL_SMP */ - -#if !defined(__pld_autoconf_included_file__) -#include -#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.