From 94c6d951a21f2d3b42cda0acb1b5dfc954c1c66b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 3 May 2001 14:51:01 +0000 Subject: Make SiS driver compile with the new templated format. Not tested. minor cleanups --- linux/Makefile.linux | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'linux/Makefile.linux') diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 95044e6f..8df1f747 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -175,8 +175,8 @@ ifeq ($(SIS),1) # file to see if we can, at least, compile the driver. MODS += sis.o -SISOBJS= sis_drv.o sis_context.o sis_ds.o sis_mm.o -SISHEADERS= sis_drv.h sis_ds.h sis_drm.h $(DRMHEADERS) +SISOBJS= sis_drv.o +SISHEADERS= sis_drv.h sis_drm.h $(DRMHEADERS) MODCFLAGS += -DCONFIG_DRM_SIS endif @@ -216,6 +216,9 @@ endif dristat: dristat.c $(CC) $(PRGCFLAGS) $< -o $@ +DRIsetup: DRIsetup.c + $(CC) $(PRGCFLAGS) $< -o $@ -L/usr/X11R6/lib -lGL -lm ../../../../parser/libxf86config.a ../libdrm.a + gamma_drv.o: gamma_drv.c $(CC) $(MODCFLAGS) -DEXPORT_SYMTAB -I$(TREE) -c $< -o $@ gamma.o: $(GAMMAOBJS) -- cgit v1.2.3