aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Makefile
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-20 16:14:55 +0200
committerThomas White <taw@bitwiz.org.uk>2009-11-22 18:51:32 +0100
commita16e58312acbc8543cd1dda98b75ea847c032301 (patch)
treea4e57a83a7c947e1f4ee57a2dc57784761a9113e /drivers/mfd/glamo/Makefile
parentb80e22e277303798dc60975260d7dd1d85b45c73 (diff)
Glamo DRM and KMS driver
This adds the Glamo DRM and KMS driver, but not the modifications needed elsewhere to support it. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/Makefile')
-rw-r--r--drivers/mfd/glamo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/Makefile b/drivers/mfd/glamo/Makefile
index ebf26f7e473..d5ebf8f2825 100644
--- a/drivers/mfd/glamo/Makefile
+++ b/drivers/mfd/glamo/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for the Smedia Glamo framebuffer driver
+# Makefile for the Smedia Glamo driver(s)
#
obj-$(CONFIG_MFD_GLAMO) += glamo-core.o
@@ -8,4 +8,7 @@ obj-$(CONFIG_MFD_GLAMO_SPI) += glamo-spi.o
obj-$(CONFIG_MFD_GLAMO_FB) += glamo-fb.o
obj-$(CONFIG_MFD_GLAMO_MCI) += glamo-mci.o
+obj-$(CONFIG_MFD_GLAMO_DRM) += glamo-drm.o
+glamo-drm-objs := glamo-drm-drv.o glamo-cmdq.o glamo-buffer.o \
+ glamo-display.o glamo-kms-fb.o glamo-fence.o