From dbb7beb51d8adb4b5616fbcca7999b00d760b839 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Thu, 17 Apr 2003 18:44:38 +0000 Subject: Rework the Linux drm kernel module build to leverage off the standard kernel build system. This is based on suggestions and examples from David Woodhouse. This approach has the advantage that the build requirements of a wider range of standard kernels are now supported transparently, but the disadvantage of some extra complexity to handle building against clean vendor-distributed kernel source trees. This has been tested with some recent Red Hat and SuSE distributions. --- linux/picker.c | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 linux/picker.c (limited to 'linux/picker.c') diff --git a/linux/picker.c b/linux/picker.c deleted file mode 100644 index 6c228dfc..00000000 --- a/linux/picker.c +++ /dev/null @@ -1,30 +0,0 @@ - -#include -#include - -#ifndef CONFIG_SMP -#define CONFIG_SMP 0 -#endif - -#ifndef CONFIG_MODULES -#define CONFIG_MODULES 0 -#endif - -#ifndef CONFIG_MODVERSIONS -#define CONFIG_MODVERSIONS 0 -#endif - -#ifndef CONFIG_AGP_MODULE -#define CONFIG_AGP_MODULE 0 -#endif - -#ifndef CONFIG_AGP -#define CONFIG_AGP 0 -#endif - -SMP = CONFIG_SMP -MODULES = CONFIG_MODULES -MODVERSIONS = CONFIG_MODVERSIONS -AGP = CONFIG_AGP -AGP_MODULE = CONFIG_AGP_MODULE -RELEASE = UTS_RELEASE -- cgit v1.2.3