From 18ce40c9d31c166b49e6689c260eb1ddb3cc08c9 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 17 May 2001 15:20:40 +0000 Subject: Make the SiS module work again. At least glxinfo reports it's working, yet trying to run the simple apps return 'out of video memory' --- linux/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Makefile.linux') diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 0e34d426..cb48028f 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -175,7 +175,7 @@ ifeq ($(SIS),1) # file to see if we can, at least, compile the driver. MODS += sis.o -SISOBJS= sis_drv.o +SISOBJS= sis_drv.o sis_mm.o sis_ds.o SISHEADERS= sis_drv.h sis_drm.h $(DRMHEADERS) MODCFLAGS += -DCONFIG_DRM_SIS endif -- cgit v1.2.3