From 9116644366c427b39945bca71969a5b561181046 Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Thu, 18 Jan 2001 18:21:05 +0000 Subject: Fixed problem preventing compile on system w/o agpgart. --- linux/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 58961840..1dd65e51 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -47,7 +47,7 @@ # **** End of SMP/MODVERSIONS detection -MODS= gamma.o tdfx.o r128.o radeon.o +MODS= gamma.o tdfx.o LIBS= libdrm.a DRMOBJS= init.o memory.o proc.o auth.o context.o drawable.o bufs.o \ @@ -129,7 +129,7 @@ endif ifeq ($(AGP),1) MODCFLAGS += -DCONFIG_AGP -DCONFIG_AGP_MODULE DRMOBJS += agpsupport.o -MODS += mga.o +MODS += mga.o r128.o radeon.o ifeq ($(MACHINE),i386) MODS += i810.o endif -- cgit v1.2.3