diff options
author | José Fonseca <[email protected]> | 2010-09-16 11:44:01 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-09-16 20:20:49 +0100 |
commit | 795eb3d64a001a65d677e3168bdd056cc5385b7e (patch) | |
tree | d33d9d2e2b2aa51bf7c20f09c0df8ab90bb58872 /src/gallium/auxiliary/Makefile | |
parent | 3d5b9c1f2d3340259dd0d8765090a5a963074f29 (diff) |
gallivm: Start collecting bitwise arithmetic helpers in a new module.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 2a69294e15d..2de764c4ee3 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 \ |