From 15d224f7a7b099fa0e603d786a1980f50b3195a6 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 29 Mar 2012 21:32:41 +0200 Subject: [PATCH] nv50/ir: temporarily exclude nv50 code emitter from build It's not used yet and shouldn't have been included in the first place. --- src/gallium/drivers/nv50/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/nv50/Makefile.sources b/src/gallium/drivers/nv50/Makefile.sources index cc9321b..c5b4d7e 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 \ -- 2.7.4