diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-05-22 19:01:00 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-05-22 19:01:00 +0200 |
commit | 4fe52e62cc86fc303cbc0f9a3c5081e38f95b950 (patch) | |
tree | 1cb483472b2760e7ef1d77037aa007efec8fd93a /drivers/mfd/glamo/Makefile | |
parent | 69d87612a1b545e6d4cf9fc93117be86f871f7d2 (diff) |
Glamo DRM and KMS driver
This adds the Glamo DRM and KMS driver, but note that modifications are needed
elsewhere to support it.
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'drivers/mfd/glamo/Makefile')
-rw-r--r-- | drivers/mfd/glamo/Makefile | 5 |
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 |