aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher2015-05-07 12:03:47 -0500
committerAlex Deucher2015-08-05 12:47:48 -0500
commit4ee0fa2f3747922db6d29459368aa51cce2e2846 (patch)
tree096a4ee45e2e55138d2cefb2f0cd669ccb762132 /freedreno/Makefile.sources
parentcd2f91e18db087edf93fed828e568ee53b887860 (diff)
downloadexternal-libdrm-4ee0fa2f3747922db6d29459368aa51cce2e2846.tar.gz
external-libdrm-4ee0fa2f3747922db6d29459368aa51cce2e2846.tar.xz
external-libdrm-4ee0fa2f3747922db6d29459368aa51cce2e2846.zip
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 'freedreno/Makefile.sources')
-rw-r--r--freedreno/Makefile.sources3
1 files changed, 1 insertions, 2 deletions
diff --git a/freedreno/Makefile.sources b/freedreno/Makefile.sources
index c8c0244f..57a8bf1b 100644
--- a/freedreno/Makefile.sources
+++ b/freedreno/Makefile.sources
@@ -9,8 +9,7 @@ LIBDRM_FREEDRENO_FILES := \
9 msm/msm_drm.h \ 9 msm/msm_drm.h \
10 msm/msm_pipe.c \ 10 msm/msm_pipe.c \
11 msm/msm_priv.h \ 11 msm/msm_priv.h \
12 msm/msm_ringbuffer.c \ 12 msm/msm_ringbuffer.c
13 list.h
14 13
15LIBDRM_FREEDRENO_KGSL_FILES := \ 14LIBDRM_FREEDRENO_KGSL_FILES := \
16 kgsl/kgsl_bo.c \ 15 kgsl/kgsl_bo.c \