summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2012-11-29 19:49:44 -0800
committerStéphane Marchesin <marcheu@chromium.org>2012-11-29 19:54:34 -0800
commit4430d44eac524e4910a01736edec34a0fbd428aa (patch)
tree314e054d1c49ade16336f6fe757908a0d3a8b594
parent9ab896243cfdee7f6a626aceb26e4cb88bd4da2d (diff)
llvmpipe: Fix build break from 75da95c50
The Makefile looks for a file which is gone (lp_tile_soa.c) http://bugs.freedesktop.org/show_bug.cgi?id=57713
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index d8d136eab3b..213cc263d13 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -45,8 +45,7 @@ C_SOURCES = \
lp_surface.c \
lp_tex_sample.c \
lp_texture.c \
- lp_tile_image.c \
- lp_tile_soa.c
+ lp_tile_image.c
CPP_SOURCES = \