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 /freedreno/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 'freedreno/Makefile.sources')
-rw-r--r-- | freedreno/Makefile.sources | 3 |
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 := \ msm/msm_drm.h \ msm/msm_pipe.c \ msm/msm_priv.h \ - msm/msm_ringbuffer.c \ - list.h + msm/msm_ringbuffer.c LIBDRM_FREEDRENO_KGSL_FILES := \ kgsl/kgsl_bo.c \ |