mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-23 07:20:10 +01:00
14 lines
240 B
C
14 lines
240 B
C
#include <linux/autoconf.h>
|
|
#include <linux/version.h>
|
|
|
|
#ifndef CONFIG_SMP
|
|
#define CONFIG_SMP 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_MODVERSIONS
|
|
#define CONFIG_MODVERSIONS 0
|
|
#endif
|
|
|
|
SMP = CONFIG_SMP
|
|
MODVERSIONS = CONFIG_MODVERSIONS
|
|
RELEASE = UTS_RELEASE
|