From 2048e3286f347db5667708e47448176b5329e8d8 Mon Sep 17 00:00:00 2001 From: Mark Yao Date: Fri, 22 Aug 2014 18:36:26 +0800 Subject: drm: rockchip: Add basic drm driver This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark Yao Signed-off-by: Daniel Kurtz Acked-by: Daniel Vetter Reviewed-by: Rob Clark --- drivers/gpu/drm/rockchip/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 drivers/gpu/drm/rockchip/Makefile (limited to 'drivers/gpu/drm/rockchip/Makefile') diff --git a/drivers/gpu/drm/rockchip/Makefile b/drivers/gpu/drm/rockchip/Makefile new file mode 100644 index 000000000000..2cb0672f57ed --- /dev/null +++ b/drivers/gpu/drm/rockchip/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the drm device driver. This driver provides support for the +# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. + +rockchipdrm-y := rockchip_drm_drv.o rockchip_drm_fb.o rockchip_drm_fbdev.o \ + rockchip_drm_gem.o + +obj-$(CONFIG_DRM_ROCKCHIP) += rockchipdrm.o rockchip_drm_vop.o -- cgit v1.2.3