summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-04-23 16:44:28 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-08-05 13:47:48 -0400
commita3c89dda5b519f6b217bebe97f6795b820931b78 (patch)
tree1c2f1e48c718d068d89a96892b88c9335c5633b9 /Makefile.sources
parent4ee0fa2f3747922db6d29459368aa51cce2e2846 (diff)
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 := \
xf86atomic.h \
libdrm_macros.h \
libdrm_lists.h \
- util_double_list.h
+ util_double_list.h \
+ util_math.h
LIBDRM_H_FILES := \
xf86drm.h \