summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hartmann <jhartmann@valinux.com>2001-01-18 18:21:05 +0000
committerJeff Hartmann <jhartmann@valinux.com>2001-01-18 18:21:05 +0000
commit9116644366c427b39945bca71969a5b561181046 (patch)
treeb24b3314a7e9698b7941c5706b45677d39b3e07d
parent417bfc8a9d42cf2b9238ee394514fa3db512c49d (diff)
downloaddrm-9116644366c427b39945bca71969a5b561181046.tar.gz
Fixed problem preventing compile on system w/o agpgart.
-rw-r--r--linux/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
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