From 22608a414d7b7ef32ca51b9123be8341ddd5e8ce Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Tue, 22 Apr 2003 19:42:27 +0000 Subject: Only mga, i810, i830 require AGP (should mga define __MUST_HAVE_AGP?) --- linux/Makefile.linux | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'linux') diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 0adfaa06..b5085919 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -275,6 +275,15 @@ endif ifneq (,$(findstring tdfx,$(DRM_MODULES))) CONFIG_DRM_TDFX := m endif +ifneq (,$(findstring r128,$(DRM_MODULES))) +CONFIG_DRM_R128 := m +endif +ifneq (,$(findstring radeon,$(DRM_MODULES))) +CONFIG_DRM_RADEON := m +endif +ifneq (,$(findstring sis,$(DRM_MODULES))) +CONFIG_DRM_SIS := m +endif # These require AGP support @@ -285,18 +294,9 @@ endif ifneq (,$(findstring i810,$(DRM_MODULES))) CONFIG_DRM_I810 := m endif -ifneq (,$(findstring r128,$(DRM_MODULES))) -CONFIG_DRM_R128 := m -endif -ifneq (,$(findstring radeon,$(DRM_MODULES))) -CONFIG_DRM_RADEON := m -endif ifneq (,$(findstring i830,$(DRM_MODULES))) CONFIG_DRM_I830 := m endif -ifneq (,$(findstring sis,$(DRM_MODULES))) -CONFIG_DRM_SIS := m -endif endif include $(DRMSRCDIR)/Makefile.kernel -- cgit v1.2.3