diff options
author | Rik Faith <faith@alephnull.com> | 2000-08-25 12:44:44 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-08-25 12:44:44 +0000 |
commit | 68f6795ef45739816fe9d5f1f5b3ef4900bf3187 (patch) | |
tree | 7ffa4189a70435685ff423608d9112d85de59e79 /linux/picker.c | |
parent | fb3939c1a5cee3fedc02e0ca710870548481f99e (diff) |
Improve detection of kill_fasync parameter count Make compilation of sis.o
depend on CONFIG_FB_SIS
Diffstat (limited to 'linux/picker.c')
-rw-r--r-- | linux/picker.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/picker.c b/linux/picker.c index 0bd8bfd57..f8cfe4599 100644 --- a/linux/picker.c +++ b/linux/picker.c @@ -17,8 +17,13 @@ #define CONFIG_AGP 0 #endif +#ifndef CONFIG_FB_SIS +#define CONFIG_FB_SIS 0 +#endif + SMP = CONFIG_SMP MODVERSIONS = CONFIG_MODVERSIONS AGP = CONFIG_AGP AGP_MODULE = CONFIG_AGP_MODULE RELEASE = UTS_RELEASE +SIS = CONFIG_FB_SIS |