summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/gamma/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-02-25 16:12:58 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-02-25 17:40:11 -0500
commit79aeafd3ca3680c28f6d47a21a501334844f4475 (patch)
tree211ec598f55db38cdf62133ab56dd82cb8fd24a6 /src/mesa/drivers/dri/gamma/Makefile
parent40c6bb58be4bc2be3c4901fe8b945d2a12983af6 (diff)
Drop fb, ffb and gamma dri drivers
Diffstat (limited to 'src/mesa/drivers/dri/gamma/Makefile')
-rw-r--r--src/mesa/drivers/dri/gamma/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mesa/drivers/dri/gamma/Makefile b/src/mesa/drivers/dri/gamma/Makefile
deleted file mode 100644
index 09df1578fc..0000000000
--- a/src/mesa/drivers/dri/gamma/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# src/mesa/drivers/dri/gamma/Makefile
-
-TOP = ../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = gamma_dri.so
-
-# Not yet
-# MINIGLX_SOURCES = server/gamma_dri.c
-
-DRIVER_SOURCES = \
- gamma_context.c \
- gamma_dd.c \
- gamma_inithw.c \
- gamma_lock.c \
- gamma_render.c \
- gamma_screen.c \
- gamma_span.c \
- gamma_state.c \
- gamma_tex.c \
- gamma_texmem.c \
- gamma_texstate.c \
- gamma_tris.c \
- gamma_vb.c \
- gamma_xmesa.c
-
-C_SOURCES = \
- $(COMMON_SOURCES) \
- $(DRIVER_SOURCES)
-
-ASM_SOURCES =
-
-include ../Makefile.template
-