diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-06 16:59:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-06 16:59:14 -0800 |
commit | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (patch) | |
tree | c20e0f16d34c4d1197dc465fa3bdcf8b181af924 /include/linux | |
parent | 6adfd34e85d6ddcf56a652a3dccb26f76aff8fd9 (diff) | |
parent | ab919c06144cfb11c05b5b5cd291daa96ac2e423 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Diffstat (limited to 'include/linux')
-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 |