Home | History | Annotate | Download | only in libdrm
      1 LIBDRM_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 
     15 LIBDRM_H_FILES := \
     16 	libsync.h \
     17 	xf86drm.h \
     18 	xf86drmMode.h
     19 
     20 LIBDRM_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/nouveau_drm.h \
     29 	include/drm/qxl_drm.h \
     30 	include/drm/r128_drm.h \
     31 	include/drm/radeon_drm.h \
     32 	include/drm/amdgpu_drm.h \
     33 	include/drm/savage_drm.h \
     34 	include/drm/sis_drm.h \
     35 	include/drm/tegra_drm.h \
     36 	include/drm/vc4_drm.h \
     37 	include/drm/via_drm.h \
     38 	include/drm/virtgpu_drm.h
     39 
     40 LIBDRM_INCLUDE_VMWGFX_H_FILES := \
     41 	include/drm/vmwgfx_drm.h
     42