drm/linux/picker.c

31 lines
478 B
C
Raw Normal View History

2000-09-24 03:34:10 -06:00
#include <linux/config.h>
#include <linux/version.h>
#ifndef CONFIG_SMP
#define CONFIG_SMP 0
#endif
2000-09-24 03:34:10 -06:00
#ifndef CONFIG_MODULES
#define CONFIG_MODULES 0
#endif
#ifndef CONFIG_MODVERSIONS
#define CONFIG_MODVERSIONS 0
#endif
2000-04-04 16:08:14 -06:00
#ifndef CONFIG_AGP_MODULE
#define CONFIG_AGP_MODULE 0
#endif
#ifndef CONFIG_AGP
#define CONFIG_AGP 0
#endif
SMP = CONFIG_SMP
2000-09-24 03:34:10 -06:00
MODULES = CONFIG_MODULES
MODVERSIONS = CONFIG_MODVERSIONS
2000-04-04 16:08:14 -06:00
AGP = CONFIG_AGP
AGP_MODULE = CONFIG_AGP_MODULE
RELEASE = UTS_RELEASE