summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-16 10:20:32 -0600
committerBrian Paul <brianp@vmware.com>2010-04-16 10:20:32 -0600
commitf17d1513ac1912d8cc090bba9206a08ff991f64f (patch)
tree0c8b6e56c12c4b7e6ae4a007e337b634b4b39338 /src/gallium/drivers/llvmpipe/Makefile
parentcf88dcf7313b6a0112c36c2f05ce6a7e846d268c (diff)
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
This is specific to the llvmpipe driver and not re-usable.
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 85eaf5935d..239afabce5 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -6,6 +6,7 @@ LIBNAME = llvmpipe
DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
C_SOURCES = \
+ lp_bld_depth.c \
lp_bld_interp.c \
lp_clear.c \
lp_context.c \