mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-02-02 11:36:20 +01:00
kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>
10 lines
268 B
C
10 lines
268 B
C
#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
|
|
*/
|
|
#warning Including config.h is deprecated.
|
|
#include <linux/autoconf.h>
|
|
|
|
#endif
|