diff options
author | Dave Airlie <[email protected]> | 2014-09-16 15:33:29 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-09-17 11:27:25 +1000 |
commit | ebcb2ee989b9839e52f2789a457fb806d1fad1e7 (patch) | |
tree | 83055feaa7244c725cc4a829074599a2124e1bde /src/util/Makefile.sources | |
parent | 2b6711cc5fbb06620f46d3a42823bf03b58e9e34 (diff) |
util: move shared rgtc code to util (v2)
This was being shared using a ../../ get out of gallium into
mesa, and I swore when I did it I'd fix things when we got a util
dir, we did, so I have.
v2: move RGTC_DEBUG define
Reviewed-by: Jason Ekstrand <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index b99aa25e86e..c34475a8493 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,6 +1,7 @@ MESA_UTIL_FILES := \ hash_table.c \ - ralloc.c + ralloc.c \ + rgtc.c MESA_UTIL_GENERATED_FILES = \ format_srgb.c |