summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-24 20:51:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-02 18:11:03 +0100
commite4aaf7f27fe9ba1227dd63fa6eeac8c0858a0620 (patch)
treebadeeef8df34811923112bc5d9117d8828d255eb /arch/arm/mach-imx/Makefile
parentaaf125fa8141249d5e52969ce3d31913fceb6194 (diff)
downloadbarebox-e4aaf7f27fe9ba1227dd63fa6eeac8c0858a0620.tar.gz
barebox-e4aaf7f27fe9ba1227dd63fa6eeac8c0858a0620.tar.xz
ARM i.MX: Add device convenience functions
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index ce38566502..d000683863 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -10,4 +10,4 @@ obj-$(CONFIG_IMX_CLKO) += clko.o
obj-$(CONFIG_IMX_IIM) += iim.o
obj-$(CONFIG_NAND_IMX) += nand.o
obj-y += speed.o
-
+obj-y += devices.o