nv50/ir: temporarily exclude nv50 code emitter from build
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 29 Mar 2012 19:32:41 +0000 (21:32 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 14 Apr 2012 19:54:00 +0000 (21:54 +0200)
It's not used yet and shouldn't have been included in the first
place.

src/gallium/drivers/nv50/Makefile.sources

index cc9321b..c5b4d7e 100644 (file)
@@ -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 \