Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279906
| From | Gabriel Laskar <gabriel@lse.epita.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers |
| Date | 2015-11-30 15:20 +0100 |
| Message-ID | <qAxt8-4HX-17@gated-at.bofh.it> (permalink) |
| References | <qAxt8-4HX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> CC: Emil Velikov <emil.l.velikov@gmail.com> CC: Mikko Rapeli <mikko.rapeli@iki.fi> --- include/uapi/drm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild index 38d4370..159551f 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 -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers Gabriel Laskar <gabriel@lse.epita.fr> - 2015-11-30 15:20 +0100 Re: [PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers Alex Deucher <alexdeucher@gmail.com> - 2015-12-01 01:00 +0100
csiph-web