summaryrefslogtreecommitdiff
path: root/linux/picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/picker.c')
-rw-r--r--linux/picker.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/picker.c b/linux/picker.c
new file mode 100644
index 00000000..186f28b2
--- /dev/null
+++ b/linux/picker.c
@@ -0,0 +1,12 @@
+#include <linux/autoconf.h>
+
+#ifndef CONFIG_SMP
+#define CONFIG_SMP 0
+#endif
+
+#ifndef CONFIG_MODVERSIONS
+#define CONFIG_MODVERSIONS 0
+#endif
+
+SMP = CONFIG_SMP
+MODVERSIONS = CONFIG_MODVERSIONS