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