aboutsummaryrefslogtreecommitdiff
path: root/include/drm/Kbuild
diff options
context:
space:
mode:
authorKamil Debski <k.debski@samsung.com>2012-02-15 10:23:33 +0900
committerInki Dae <inki.dae@samsung.com>2012-02-15 10:29:12 +0900
commit265da78afd52b9a01d76d99556e828a6c30f1ac9 (patch)
tree347bc680d48c7e877e8d51dda5825e75365c7390 /include/drm/Kbuild
parent607c50d429371797f198ffc34afb239eadd1c655 (diff)
drm/exynos: exynos_drm.h header file fixes
First of all #ifdef __KERNEL__ was added to exynos_drm.h to mark the part that should be left out of userspace. Secondly exynos_drm.h was added to include/drm/Kbuild, so it will be included when doing make headers_install. Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/drm/Kbuild')
-rw-r--r--include/drm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/Kbuild b/include/drm/Kbuild
index a5c0e10fd47..1e38a19d68f 100644
--- a/include/drm/Kbuild
+++ b/include/drm/Kbuild
@@ -2,6 +2,7 @@ header-y += drm.h
header-y += drm_fourcc.h
header-y += drm_mode.h
header-y += drm_sarea.h
+header-y += exynos_drm.h
header-y += i810_drm.h
header-y += i915_drm.h
header-y += mga_drm.h