summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2012-03-29 21:32:41 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2012-04-14 21:54:00 +0200
commit15d224f7a7b099fa0e603d786a1980f50b3195a6 (patch)
tree587c56c9baa281398e396be60a37207f090f3a91 /src/gallium/drivers
parentf113b6f959d746bed5360c6ddb01f232c5d9c48e (diff)
nv50/ir: temporarily exclude nv50 code emitter from build
It's not used yet and shouldn't have been included in the first place.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/nv50/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/Makefile.sources b/src/gallium/drivers/nv50/Makefile.sources
index cc9321bef7e..c5b4d7ed8f9 100644
--- a/src/gallium/drivers/nv50/Makefile.sources
+++ b/src/gallium/drivers/nv50/Makefile.sources
@@ -26,7 +26,6 @@ CPP_SOURCES := \
codegen/nv50_ir.cpp \
codegen/nv50_ir_bb.cpp \
codegen/nv50_ir_build_util.cpp \
- codegen/nv50_ir_emit_nv50.cpp \
codegen/nv50_ir_from_tgsi.cpp \
codegen/nv50_ir_graph.cpp \
codegen/nv50_ir_peephole.cpp \