diff options
author | Zack Rusin <[email protected]> | 2013-06-27 15:23:21 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2013-06-28 04:24:24 -0400 |
commit | 34546d61c1112aad888c3b8f07604bffb3f2e7b9 (patch) | |
tree | 06d6b1cb9db3739c30fd37ab560ef998f68124dc /src/gallium/auxiliary/Makefile.sources | |
parent | 88de009cc1ab838cd87416dcbbaa4f5b30173c71 (diff) |
draw/gallivm: export overflow arithmetic to its own file
We'll be reusing this code so lets put it in a common file
and use it in the draw module.
Signed-off-by: Zack Rusin <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 20ff5ba73ef..47517626d32 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -163,6 +163,7 @@ GENERATED_SOURCES := \ GALLIVM_SOURCES := \ gallivm/lp_bld_arit.c \ + gallivm/lp_bld_arit_overflow.c \ gallivm/lp_bld_assert.c \ gallivm/lp_bld_bitarit.c \ gallivm/lp_bld_const.c \ |