diff options
author | Linus Torvalds | 2005-11-07 01:59:14 +0100 |
---|---|---|
committer | Linus Torvalds | 2005-11-07 01:59:14 +0100 |
commit | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (patch) | |
tree | c20e0f16d34c4d1197dc465fa3bdcf8b181af924 /include | |
parent | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel (diff) | |
parent | kconfig: fix xconfig on fedora 2 & 3 (x86_64) (diff) | |
download | kernel-qcow2-linux-0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26.tar.gz kernel-qcow2-linux-0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26.tar.xz kernel-qcow2-linux-0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/config.h | 4 |
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 |