summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau/dri/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-02-20 09:32:47 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-02-20 09:43:24 +1000
commit63a3a3762c8e1a67666d36b35fdb0ada8e4b7d08 (patch)
treed44240582f82712c446a1116afcc15d47b30ef7a /src/gallium/winsys/drm/nouveau/dri/Makefile
parent9c9fcc83c03c8f944236a892d96305e98f0bffdd (diff)
nv50: rework for texture_transfer changes
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/dri/Makefile')
-rw-r--r--src/gallium/winsys/drm/nouveau/dri/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gallium/winsys/drm/nouveau/dri/Makefile b/src/gallium/winsys/drm/nouveau/dri/Makefile
index 3f3553b61d..2e7a3a79f8 100644
--- a/src/gallium/winsys/drm/nouveau/dri/Makefile
+++ b/src/gallium/winsys/drm/nouveau/dri/Makefile
@@ -7,13 +7,13 @@ MINIGLX_SOURCES =
PIPE_DRIVERS = \
$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.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
-
+# $(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 \
+
DRIVER_SOURCES = \
nouveau_context_dri.c \
nouveau_screen_dri.c \