From: Laurent Pinchart Date: Wed, 7 Dec 2016 20:21:37 +0000 (+0200) Subject: drm: Kbuild: add omap_drm.h to the installed headers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ef6503e8919430bb05bae2155b29fb62bcdf87b3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drm: Kbuild: add omap_drm.h to the installed headers The header defines the userspace API exported by the omapdrm driver, install it to make the definitions available to userpace. Signed-off-by: Laurent Pinchart Reviewed-by: Tomi Valkeinen --- diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild index 9355dd8eff3b..c97addd08f8c 100644 --- a/include/uapi/drm/Kbuild +++ b/include/uapi/drm/Kbuild @@ -9,6 +9,7 @@ header-y += i810_drm.h header-y += i915_drm.h header-y += mga_drm.h header-y += nouveau_drm.h +header-y += omap_drm.h header-y += qxl_drm.h header-y += r128_drm.h header-y += radeon_drm.h