From 966681d0d52f0ed6ff2ffe6a98f07978780ada20 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 28 Apr 2009 01:24:38 +0100 Subject: Build fixes This fixes up the Makefile so that the build actually works. Signed-off-by: Thomas White --- drivers/mfd/glamo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/mfd/glamo/Makefile') 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 -- cgit v1.2.3