aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Makefile
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-04-28 01:24:38 +0100
committerThomas White <taw@bitwiz.org.uk>2009-04-28 01:24:38 +0100
commit966681d0d52f0ed6ff2ffe6a98f07978780ada20 (patch)
tree2c24701be1551a49c403adf7017ec6c695b22b74 /drivers/mfd/glamo/Makefile
parent606179ac4f81f708aeddaa0320ca7db28ba7c476 (diff)
Build fixes
This fixes up the Makefile so that the build actually works. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/Makefile')
-rw-r--r--drivers/mfd/glamo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/Makefile b/drivers/mfd/glamo/Makefile
index 38066024567..ed5ac578508 100644
--- a/drivers/mfd/glamo/Makefile
+++ b/drivers/mfd/glamo/Makefile
@@ -2,7 +2,6 @@
# Makefile for the Smedia Glamo driver(s)
#
-glamo-drm-y := glamo-cmdq.o
obj-$(CONFIG_MFD_GLAMO) += glamo-core.o glamo-gpio.o
obj-$(CONFIG_MFD_GLAMO_SPI) += glamo-spi.o
@@ -12,3 +11,5 @@ obj-$(CONFIG_MFD_GLAMO_FB) += glamo-fb.o
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