diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-05-07 13:03:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-05 13:47:48 -0400 |
commit | 4ee0fa2f3747922db6d29459368aa51cce2e2846 (patch) | |
tree | 096a4ee45e2e55138d2cefb2f0cd669ccb762132 /Makefile.sources | |
parent | cd2f91e18db087edf93fed828e568ee53b887860 (diff) |
drm: consolidate common list implementations (v2)
This is used by radeon and freedreno and will be used
by amdgpu. I looked at switching to libdrm_lists.h,
but it's pretty horrible. E.g., DRMLISTFOREACHENTRYSAFE.
v2: remove missed list.h from tests/radeon/Makefile.am
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Makefile.sources')
-rw-r--r-- | Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources index 8b563292..38626be6 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -8,7 +8,8 @@ LIBDRM_FILES := \ xf86drmMode.c \ xf86atomic.h \ libdrm_macros.h \ - libdrm_lists.h + libdrm_lists.h \ + util_double_list.h LIBDRM_H_FILES := \ xf86drm.h \ |