1LIBDRM_FILES := \ 2 xf86drm.c \ 3 xf86drmHash.c \ 4 xf86drmHash.h \ 5 xf86drmRandom.c \ 6 xf86drmRandom.h \ 7 xf86drmSL.c \ 8 xf86drmMode.c \ 9 xf86atomic.h \ 10 libdrm_macros.h \ 11 libdrm_lists.h \ 12 util_double_list.h \ 13 util_math.h 14 15LIBDRM_H_FILES := \ 16 libsync.h \ 17 xf86drm.h \ 18 xf86drmMode.h 19 20LIBDRM_INCLUDE_H_FILES := \ 21 include/drm/drm.h \ 22 include/drm/drm_fourcc.h \ 23 include/drm/drm_mode.h \ 24 include/drm/drm_sarea.h \ 25 include/drm/i915_drm.h \ 26 include/drm/mach64_drm.h \ 27 include/drm/mga_drm.h \ 28 include/drm/msm_drm.h \ 29 include/drm/nouveau_drm.h \ 30 include/drm/qxl_drm.h \ 31 include/drm/r128_drm.h \ 32 include/drm/radeon_drm.h \ 33 include/drm/amdgpu_drm.h \ 34 include/drm/savage_drm.h \ 35 include/drm/sis_drm.h \ 36 include/drm/tegra_drm.h \ 37 include/drm/vc4_drm.h \ 38 include/drm/via_drm.h \ 39 include/drm/virtgpu_drm.h 40 41LIBDRM_INCLUDE_ANDROID_H_FILES := \ 42 android/gralloc_handle.h 43 44LIBDRM_INCLUDE_VMWGFX_H_FILES := \ 45 include/drm/vmwgfx_drm.h 46