blob: 566f7b55262cadeee64f6327db35c5cf30be406d [file] [log] [blame]
Emil Velikov4255d3d2014-08-24 19:26:14 +01001LIBDRM_FILES := \
2 xf86drm.c \
3 xf86drmHash.c \
4 xf86drmRandom.c \
5 xf86drmSL.c \
6 xf86drmMode.c \
7 xf86atomic.h \
8 libdrm.h \
9 libdrm_lists.h
10
11LIBDRM_H_FILES := \
12 xf86drm.h \
13 xf86drmMode.h
Emil Velikov98ec08d2014-09-07 15:31:00 +010014
15LIBDRM_INCLUDE_H_FILES := \
16 include/drm/drm.h \
17 include/drm/drm_fourcc.h \
18 include/drm/drm_mode.h \
19 include/drm/drm_sarea.h \
20 include/drm/i915_drm.h \
21 include/drm/mach64_drm.h \
22 include/drm/mga_drm.h \
23 include/drm/nouveau_drm.h \
24 include/drm/qxl_drm.h \
25 include/drm/r128_drm.h \
26 include/drm/radeon_drm.h \
27 include/drm/savage_drm.h \
28 include/drm/sis_drm.h \
Thierry Redingd6a4c2c2012-12-01 10:30:38 +010029 include/drm/tegra_drm.h \
Emil Velikov98ec08d2014-09-07 15:31:00 +010030 include/drm/via_drm.h
31
32LIBDRM_INCLUDE_VMWGFX_H_FILES := \
33 include/drm/vmwgfx_drm.h