diff --git a/include/linux/config.h b/include/linux/config.h new file mode 100644 index 0000000..a91f5e5 --- /dev/null +++ b/include/linux/config.h @@ -0,0 +1,8 @@ +#ifndef _LINUX_CONFIG_H +#define _LINUX_CONFIG_H +/* This file is no longer in use and kept only for backward compatibility. + * autoconf.h is now included via -imacros on the commandline + */ +#include + +#endif