mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
b03166ac18
Userspace needs this header. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
15 lines
326 B
Makefile
15 lines
326 B
Makefile
header-y += drm.h
|
|
header-y += drm_fourcc.h
|
|
header-y += drm_mode.h
|
|
header-y += drm_sarea.h
|
|
header-y += i810_drm.h
|
|
header-y += i915_drm.h
|
|
header-y += mga_drm.h
|
|
header-y += nouveau_drm.h
|
|
header-y += r128_drm.h
|
|
header-y += radeon_drm.h
|
|
header-y += savage_drm.h
|
|
header-y += sis_drm.h
|
|
header-y += via_drm.h
|
|
header-y += vmwgfx_drm.h
|