aboutsummaryrefslogtreecommitdiff
path: root/include/linux/config.h
blob: 479ffb0a22d8007484bf30e4760f9a113a4a8be8 (plain)
1
2
3
4
5
6
7
8
9
#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