aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-06 16:59:14 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-06 16:59:14 -0800
commit0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (patch)
treec20e0f16d34c4d1197dc465fa3bdcf8b181af924 /include/linux
parentMerge master.kernel.org:/home/rmk/linux-2.6-drvmodel (diff)
parentkconfig: fix xconfig on fedora 2 & 3 (x86_64) (diff)
downloadlinux-dev-0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26.tar.xz
linux-dev-0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/config.h b/include/linux/config.h
index 9d1c14f7ad6d..a91f5e55b525 100644
--- a/include/linux/config.h
+++ b/include/linux/config.h
@@ -1,6 +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 <linux/autoconf.h>
#endif