From: Christoph Bumiller Date: Thu, 29 Mar 2012 19:32:41 +0000 (+0200) Subject: nv50/ir: temporarily exclude nv50 code emitter from build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15d224f7a7b099fa0e603d786a1980f50b3195a6;p=mesa.git nv50/ir: temporarily exclude nv50 code emitter from build It's not used yet and shouldn't have been included in the first place. --- 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 \