summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau/egl
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-02-04 22:15:22 +0100
committerFrancisco Jerez <currojerez@riseup.net>2010-02-04 22:15:22 +0100
commit5b6b67eb3ff714fbba8aed88a22a7646e1dbf655 (patch)
tree08483c937dc072aa4fab543cb16fc91d64ce2562 /src/gallium/winsys/drm/nouveau/egl
parentbfb5dc68fcc9f5dee71f66d9499b8bdcde9627ea (diff)
Nuke the nv0x-nv2x gallium pipe drivers.
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/egl')
-rw-r--r--src/gallium/winsys/drm/nouveau/egl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/winsys/drm/nouveau/egl/Makefile b/src/gallium/winsys/drm/nouveau/egl/Makefile
index 8e812acc86..2c35260332 100644
--- a/src/gallium/winsys/drm/nouveau/egl/Makefile
+++ b/src/gallium/winsys/drm/nouveau/egl/Makefile
@@ -7,9 +7,6 @@ EGL_DRIVER_LIBS = -ldrm_nouveau
EGL_DRIVER_PIPES = \
$(TOP)/src/gallium/winsys/drm/nouveau/drm/libnouveaudrm.a \
- $(TOP)/src/gallium/drivers/nv04/libnv04.a \
- $(TOP)/src/gallium/drivers/nv10/libnv10.a \
- $(TOP)/src/gallium/drivers/nv20/libnv20.a \
$(TOP)/src/gallium/drivers/nv30/libnv30.a \
$(TOP)/src/gallium/drivers/nv40/libnv40.a \
$(TOP)/src/gallium/drivers/nv50/libnv50.a \