summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-09-05 09:52:10 +1000
committerDave Airlie <airlied@redhat.com>2016-09-06 10:06:24 +1000
commit1add3562e33f0234da50e54dda8cfa6dac613125 (patch)
tree83f0e88f7f50624ac1b218f70bdb8a5284bd0309 /src/util/Makefile.sources
parenta86be7b6ad2b9b909202fa0653b96cffb3131137 (diff)
downloadexternal_mesa3d-1add3562e33f0234da50e54dda8cfa6dac613125.zip
external_mesa3d-1add3562e33f0234da50e54dda8cfa6dac613125.tar.gz
external_mesa3d-1add3562e33f0234da50e54dda8cfa6dac613125.tar.bz2
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 <marek.olsak@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 6def4f7..5950615 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