summaryrefslogtreecommitdiff
path: root/linux-core/Makefile.kernel
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-29 12:04:35 +0000
committerDave Airlie <airlied@linux.ie>2004-08-29 12:04:35 +0000
commit1430163b4bbf7b00367ea1066c1c5fe85dbeefed (patch)
tree478348e12b86280253f91beb4b23ed90ea349b04 /linux-core/Makefile.kernel
parent6916572c1c32cd030258ab917f0a568517d5006b (diff)
Drop GAMMA DRM from a great height ...
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r--linux-core/Makefile.kernel7
1 files changed, 1 insertions, 6 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel
index 857c236a..92e3f73e 100644
--- a/linux-core/Makefile.kernel
+++ b/linux-core/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)