aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher2015-04-23 15:44:28 -0500
committerAlex Deucher2015-08-05 12:47:48 -0500
commita3c89dda5b519f6b217bebe97f6795b820931b78 (patch)
tree1c2f1e48c718d068d89a96892b88c9335c5633b9 /Makefile.sources
parent4ee0fa2f3747922db6d29459368aa51cce2e2846 (diff)
downloadexternal-libdrm-a3c89dda5b519f6b217bebe97f6795b820931b78.tar.gz
external-libdrm-a3c89dda5b519f6b217bebe97f6795b820931b78.tar.xz
external-libdrm-a3c89dda5b519f6b217bebe97f6795b820931b78.zip
drm: add util_math.h
Used by amdgpu, could be used by other components. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 38626be6..ab1172d2 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -9,7 +9,8 @@ LIBDRM_FILES := \
9 xf86atomic.h \ 9 xf86atomic.h \
10 libdrm_macros.h \ 10 libdrm_macros.h \
11 libdrm_lists.h \ 11 libdrm_lists.h \
12 util_double_list.h 12 util_double_list.h \
13 util_math.h
13 14
14LIBDRM_H_FILES := \ 15LIBDRM_H_FILES := \
15 xf86drm.h \ 16 xf86drm.h \