aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-09-05 22:55:01 -0400
committerIlia Mirkin <[email protected]>2014-09-05 23:00:27 -0400
commit12311c7c525ce835f97571d0ec58a23feb92f876 (patch)
treed5e76e5247c4a983bb358abb3534ac3081cb2040 /src/gallium/drivers/nouveau/Makefile.sources
parentecf6c2675783d369385b32a859b01491fb7fcf12 (diff)
nv50,nvc0: get rid of draw module support
This hasn't been enabled in a long time and is completely stale and unnecessary. Remove, esp since it doesn't build. Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r--src/gallium/drivers/nouveau/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources
index c79360a5a56..951f3eed8bd 100644
--- a/src/gallium/drivers/nouveau/Makefile.sources
+++ b/src/gallium/drivers/nouveau/Makefile.sources
@@ -67,7 +67,6 @@ NV50_C_SOURCES := \
nv50/nv50_context.c \
nv50/nv50_context.h \
nv50/nv50_defs.xml.h \
- nv50/nv50_draw.c \
nv50/nv50_formats.c \
nv50/nv50_miptree.c \
nv50/nv50_program.c \
@@ -146,7 +145,6 @@ NVC0_C_SOURCES := \
nvc0/nvc0_compute.xml.h \
nvc0/nvc0_context.c \
nvc0/nvc0_context.h \
- nvc0/nvc0_draw.c \
nvc0/nvc0_formats.c \
nvc0/nvc0_m2mf.xml.h \
nvc0/nvc0_miptree.c \