···346346# Use LINUXINCLUDE when you must reference the include/ directory.347347# Needed to be compatible with the O= option348348LINUXINCLUDE := -Iinclude \349349- $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include)349349+ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \350350+ -imacros include/linux/autoconf.h350351351352CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE)352353···1249124812501249# Scripts to check various things for consistency12511250# ---------------------------------------------------------------------------12521252-12531253-configcheck:12541254- find * $(RCS_FIND_IGNORE) \12551255- -name '*.[hcS]' -type f -print | sort \12561256- | xargs $(PERL) -w scripts/checkconfig.pl1257125112581252includecheck:12591253 find * $(RCS_FIND_IGNORE) \
+3-1
include/linux/config.h
···11#ifndef _LINUX_CONFIG_H22#define _LINUX_CONFIG_H33-33+/* This file is no longer in use and kept only for backward compatibility.44+ * autoconf.h is now included via -imacros on the commandline55+ */46#include <linux/autoconf.h>5768#endif