diff options
author | Dave Airlie <[email protected]> | 2016-09-05 09:52:10 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-09-06 10:06:24 +1000 |
commit | 1add3562e33f0234da50e54dda8cfa6dac613125 (patch) | |
tree | 83f0e88f7f50624ac1b218f70bdb8a5284bd0309 /src/util/Makefile.sources | |
parent | a86be7b6ad2b9b909202fa0653b96cffb3131137 (diff) |
gallium/util: move endian detect into a separate file
This just ports the simpler endian detection bits, addrlib
sharing wants this outside gallium.
Acked-by: Marek Olšák <[email protected]>
Reviewed-by: Nicolai Hähnle <[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 6def4f7c561..59506150863 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -30,7 +30,8 @@ MESA_UTIL_FILES := \ strtod.c \ strtod.h \ texcompress_rgtc_tmp.h \ - u_atomic.h + u_atomic.h \ + u_endian.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c |