diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-04-28 01:24:38 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-04-28 01:24:38 +0100 |
commit | 966681d0d52f0ed6ff2ffe6a98f07978780ada20 (patch) | |
tree | 2c24701be1551a49c403adf7017ec6c695b22b74 /drivers | |
parent | 606179ac4f81f708aeddaa0320ca7db28ba7c476 (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')
-rw-r--r-- | drivers/mfd/glamo/Makefile | 3 | ||||
-rw-r--r-- | drivers/mfd/glamo/glamo-drm-drv.c (renamed from drivers/mfd/glamo/glamo-drm.c) | 0 |
2 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 diff --git a/drivers/mfd/glamo/glamo-drm.c b/drivers/mfd/glamo/glamo-drm-drv.c index 1e910e3433c..1e910e3433c 100644 --- a/drivers/mfd/glamo/glamo-drm.c +++ b/drivers/mfd/glamo/glamo-drm-drv.c |