From 1430163b4bbf7b00367ea1066c1c5fe85dbeefed Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 29 Aug 2004 12:04:35 +0000 Subject: Drop GAMMA DRM from a great height ... --- linux/Makefile.kernel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'linux/Makefile.kernel') diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel index 857c236a..92e3f73e 100644 --- a/linux/Makefile.kernel +++ b/linux/Makefile.kernel @@ -7,7 +7,6 @@ # $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel,v 1.18 2003/08/16 17:59:17 dawes Exp $ # -gamma-objs := gamma_drv.o gamma_dma.o tdfx-objs := tdfx_drv.o r128-objs := r128_drv.o r128_cce.o r128_state.o r128_irq.o mga-objs := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o @@ -34,7 +33,7 @@ endif ifeq ($(BELOW25),y) O_TARGET := drm.o -list-multi := gamma.o tdfx.o r128.o mga.o i810.o i830.o ffb.o radeon.o \ +list-multi := tdfx.o r128.o mga.o i810.o i830.o ffb.o radeon.o \ savage.o via.o mach64.o i915.o obj-m := obj-n := @@ -42,7 +41,6 @@ obj- := export-objs := via_mm.o endif -obj-$(CONFIG_DRM_GAMMA) += gamma.o obj-$(CONFIG_DRM_TDFX) += tdfx.o obj-$(CONFIG_DRM_R128) += r128.o obj-$(CONFIG_DRM_RADEON)+= radeon.o @@ -61,9 +59,6 @@ include $(TOPDIR)/Rules.make endif ifeq ($(BELOW25),y) -gamma.o: $(gamma-objs) $(lib) - $(LD) -r -o $@ $(gamma-objs) $(lib) - tdfx.o: $(tdfx-objs) $(lib) $(LD) -r -o $@ $(tdfx-objs) $(lib) -- cgit v1.2.3