summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/Imakefile')
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/Imakefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/Imakefile b/xc/programs/Xserver/hw/xfree86/drivers/Imakefile
index 4121f4aea..e2d18d1ef 100644
--- a/xc/programs/Xserver/hw/xfree86/drivers/Imakefile
+++ b/xc/programs/Xserver/hw/xfree86/drivers/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/drivers/Imakefile,v 1.17 2000/10/20 14:59:00 alanh Exp $
+XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/drivers/Imakefile,v 1.19 2000/11/02 21:29:29 tsi Exp $
#define IHaveModules
#include <Server.tmpl>
@@ -10,12 +10,12 @@ DRIVERS = XF86CardDrivers
#ifndef OS2Architecture
OBJS = `cat driver.list`
#else
-OBJS = al2101/?*.o mx/?*.o oak/?*.o realtek/?*.o sis/?*.o trident/?*.o \
- ali/?*.o apm/?*.o apollo/?*.o ark/?*.o ati/?*.o chips/?*.o \
- cirrus/?*.o cl64xx/?*.o compaq/?*.o et3000/?*.o glint/?*.o \
- gvga/?*.o hercules/?*.o hgc1280/?*.o mga/?*.o ncr/?*.o \
- nv/?*.o s3_pio/?*.o s3_newmmio/?*.o sigma/?*.o tseng/?*.o \
- vga/?*.o video7/?*.o wd/?*.o i740/?*.o r128/?*.o i128/?*.o vesa/?*.o
+OBJS = apm/?*_drv.o ati/?*_drv.o chips/?*_drv.o cirrus/?*_drv.o \
+ cyrix/?*_drv.o glint/?*_drv.o i128/?*_drv.o i740/?*_drv.o \
+ i810/?*_drv.o imstt/?*_drv.o mga/?*_drv.o neomagic/?*_drv.o \
+ nv/?*_drv.o rendition/?*_drv.o s3virge/?*_drv.o sis/?*_drv.o \
+ tdfx/?*_drv.o tga/?*_drv.o trident/?*_drv.o tseng/?*_drv.o \
+ vesa/?*_drv.o vga/?*_drv.o
#endif