summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mxsfb/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-08-18 20:23:01 +0200
committerMarek Vasut <marex@denx.de>2016-12-06 03:02:26 +0100
commit45d59d704080cc0c914b7cff24ccf19f12b9ce23 (patch)
tree5c0f661aa30b7c9c1e919604d187ebf246a81dd2 /drivers/gpu/drm/mxsfb/Makefile
parent7b920aae917da3486f0084fd1b77b2f59f521309 (diff)
drm: Add new driver for MXSFB controller
Add new driver for the MXSFB controller found in i.MX23/28/6SX . The MXSFB controller is a simple framebuffer controller with one parallel LCD output. Unlike the MXSFB fbdev driver that is used on these systems now, this driver uses the DRM/KMS framework. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/mxsfb/Makefile')
-rw-r--r--drivers/gpu/drm/mxsfb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mxsfb/Makefile b/drivers/gpu/drm/mxsfb/Makefile
new file mode 100644
index 000000000000..857f3a4545ff
--- /dev/null
+++ b/drivers/gpu/drm/mxsfb/Makefile
@@ -0,0 +1,2 @@
+mxsfb-y := mxsfb_drv.o mxsfb_crtc.o mxsfb_out.o
+obj-$(CONFIG_DRM_MXSFB) += mxsfb.o