aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Makefile
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-05-03 17:57:42 +0100
committerThomas White <taw@bitwiz.org.uk>2009-05-03 17:57:42 +0100
commit3d56235cb9b596ad4fcc72db109d4d499b4b92c1 (patch)
tree64847a3e02a0b2bcc51e7a7a529abbc71f34bebc /drivers/mfd/glamo/Makefile
parent57da84ab230bb2860cb3f475a9f005444fa28c92 (diff)
Create glamo-buffer.c
This just creates a new file for the memory management stuff. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/Makefile')
-rw-r--r--drivers/mfd/glamo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/Makefile b/drivers/mfd/glamo/Makefile
index ed5ac578508..75476de5ad7 100644
--- a/drivers/mfd/glamo/Makefile
+++ b/drivers/mfd/glamo/Makefile
@@ -12,4 +12,4 @@ obj-$(CONFIG_MFD_GLAMO_SPI_FB) += glamo-lcm-spi.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-drm-objs := glamo-drm-drv.o glamo-cmdq.o glamo-buffer.o