summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-11 17:32:45 -0700
committerBrian Paul <brianp@vmware.com>2009-12-11 17:32:45 -0700
commit2876b684de39dbdf803b3f3d1ac231e76fb4357e (patch)
tree9ff3a83e29d25060af3b6c4063f50b087905e711 /src/gallium/drivers/llvmpipe/Makefile
parentedbaca6fd14dace44637d994bbddad3cb0a5fafe (diff)
llvmpipe: remove old fence code, compile new lp_fence.c file
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 4cc4c88ffd..7c4cf320b9 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -32,6 +32,7 @@ C_SOURCES = \
lp_clear.c \
lp_context.c \
lp_draw_arrays.c \
+ lp_fence.c \
lp_flush.c \
lp_jit.c \
lp_prim_vbuf.c \