summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/Makefile
diff options
context:
space:
mode:
authorYoungJun Cho <yj44.cho@samsung.com>2014-07-09 13:01:10 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2015-02-11 18:42:13 -0800
commitcd97146ad0783f80abf41ed31ec881d90e6b7c27 (patch)
treeed24745cd8e477f8bb504d83a2955a02283cc29c /drivers/gpu/drm/exynos/Makefile
parent647f620b1bd55f1f3171160b7ded753367e1eeed (diff)
downloadlinux-3.10-ef7c3a39e464fdb84f52cff84832b572b223e247.tar.gz
linux-3.10-ef7c3a39e464fdb84f52cff84832b572b223e247.tar.bz2
linux-3.10-ef7c3a39e464fdb84f52cff84832b572b223e247.zip
The memps requires gem_info with gem_names to analyze graphics(video) shared memory, so adds gem_info node with debugfs interface. Change-Id: Ia923aa53c1508174e874d36001f53b0c42daac21 Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Makefile')
-rw-r--r--drivers/gpu/drm/exynos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/Makefile b/drivers/gpu/drm/exynos/Makefile
index 6944db479c1..f011cfbe62d 100644
--- a/drivers/gpu/drm/exynos/Makefile
+++ b/drivers/gpu/drm/exynos/Makefile
@@ -22,5 +22,6 @@ exynosdrm-$(CONFIG_DRM_EXYNOS_FIMC) += exynos_drm_fimc.o
exynosdrm-$(CONFIG_DRM_EXYNOS_ROTATOR) += exynos_drm_rotator.o
exynosdrm-$(CONFIG_DRM_EXYNOS_GSC) += exynos_drm_gsc.o
exynosdrm-$(CONFIG_DRM_EXYNOS_SC) += exynos_drm_sc.o
+exynosdrm-$(CONFIG_DEBUG_FS) += exynos_drm_debugfs.o
obj-$(CONFIG_DRM_EXYNOS) += exynosdrm.o