summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/devices/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König2010-11-11 11:57:21 +0100
committerUwe Kleine-König2010-11-17 10:01:40 +0100
commite7c74b343091e0c6b7bb67c12f9f7fb345aa6a50 (patch)
tree08b808dad98c3b098eaa49c6588b6b16d46d7bd8 /arch/arm/plat-mxc/devices/Makefile
parentARM: mx25: dynamically allocate imx-keypad devices (diff)
downloadkernel-qcow2-linux-e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50.tar.gz
kernel-qcow2-linux-e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50.tar.xz
kernel-qcow2-linux-e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50.zip
ARM: mx25: dynamically allocate imxdi_rtc devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/Makefile')
-rw-r--r--arch/arm/plat-mxc/devices/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/Makefile b/arch/arm/plat-mxc/devices/Makefile
index 14b228e9d58a..f1c3767d29d1 100644
--- a/arch/arm/plat-mxc/devices/Makefile
+++ b/arch/arm/plat-mxc/devices/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_IMX_HAVE_PLATFORM_FSL_USB2_UDC) += platform-fsl-usb2-udc.o
obj-$(CONFIG_IMX_HAVE_PLATFORM_GPIO_KEYS) += platform-gpio_keys.o
obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX21_HCD) += platform-imx21-hcd.o
obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX2_WDT) += platform-imx2-wdt.o
+obj-$(CONFIG_IMX_HAVE_PLATFORM_IMXDI_RTC) += platform-imxdi_rtc.o
obj-y += platform-imx-dma.o
obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_FB) += platform-imx-fb.o
obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_I2C) += platform-imx-i2c.o