From: Joakim Sindholt Date: Sat, 12 Jun 2010 13:39:13 +0000 (+0200) Subject: r300/compiler: fix scons build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60cfed6c70dac9e12e763a727986427045395cbc;p=mesa.git r300/compiler: fix scons build --- diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript index 663926e3216..50d9cdb7f2d 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -23,6 +23,7 @@ r300compiler = env.ConvenienceLibrary( 'radeon_pair_regalloc.c', 'radeon_optimize.c', 'radeon_emulate_branches.c', + 'radeon_emulate_loops.c', 'radeon_dataflow.c', 'radeon_dataflow_deadcode.c', 'radeon_dataflow_swizzles.c',