From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:40 +0000 (+0100) Subject: drm: Kbuild: add admgpu_drm.h to the installed headers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f95d3aa438e15caa3a7c2d82b45c9df0ae8bc3a3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm: Kbuild: add admgpu_drm.h to the installed headers Signed-off-by: Gabriel Laskar Reviewed-by: Emil Velikov Acked-by: Alex Deucher CC: Emil Velikov CC: Mikko Rapeli --- diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild index 38d437096c35..159551f49313 100644 --- a/include/uapi/drm/Kbuild +++ b/include/uapi/drm/Kbuild @@ -3,6 +3,7 @@ header-y += drm.h header-y += drm_fourcc.h header-y += drm_mode.h header-y += drm_sarea.h +header-y += amdgpu_drm.h header-y += exynos_drm.h header-y += i810_drm.h header-y += i915_drm.h