summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-16 11:44:01 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-16 20:20:49 +0100
commit795eb3d64a001a65d677e3168bdd056cc5385b7e (patch)
treed33d9d2e2b2aa51bf7c20f09c0df8ab90bb58872 /src/gallium/auxiliary/Makefile
parent3d5b9c1f2d3340259dd0d8765090a5a963074f29 (diff)
gallivm: Start collecting bitwise arithmetic helpers in a new module.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 2a69294e15..2de764c4ee 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -153,6 +153,7 @@ C_SOURCES = \
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \
gallivm/lp_bld_assert.c \
+ gallivm/lp_bld_bitarit.c \
gallivm/lp_bld_const.c \
gallivm/lp_bld_conv.c \
gallivm/lp_bld_debug.c \