[PATCH] drm: Kbuild: add omap_drm.h to the installed headers
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Wed Dec 7 23:53:20 UTC 2016
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 <laurent.pinchart at ideasonboard.com>
---
include/uapi/drm/Kbuild | 1 +
1 file changed, 1 insertion(+)
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
--
Regards,
Laurent Pinchart
More information about the dri-devel
mailing list