summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/Makefile
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-10-17 08:42:17 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-18 12:43:19 +0200
commit9daaf31a8cc9c98751b7b71198307e47d5bf6a4d (patch)
tree652301a4dd70a11462199237ca869047070e8fea /arch/arm/mach-mx5/Makefile
parent73d2b4cdfc09a7a858b3ea1f32f6218b21439b96 (diff)
downloadlinux-3.10-9daaf31a8cc9c98751b7b71198307e47d5bf6a4d.tar.gz
linux-3.10-9daaf31a8cc9c98751b7b71198307e47d5bf6a4d.tar.bz2
linux-3.10-9daaf31a8cc9c98751b7b71198307e47d5bf6a4d.zip
arm/mx5: add device tree support for imx51 babbage
It adds device tree support for imx51 babbage board. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Makefile')
-rw-r--r--arch/arm/mach-mx5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile
index 3dbe5e26a51..a3c75f368f4 100644
--- a/arch/arm/mach-mx5/Makefile
+++ b/arch/arm/mach-mx5/Makefile
@@ -23,4 +23,5 @@ obj-$(CONFIG_MACH_MX51_EFIKAMX) += board-mx51_efikamx.o
obj-$(CONFIG_MACH_MX51_EFIKASB) += board-mx51_efikasb.o
obj-$(CONFIG_MACH_MX50_RDP) += board-mx50_rdp.o
+obj-$(CONFIG_MACH_IMX51_DT) += imx51-dt.o
obj-$(CONFIG_MACH_IMX53_DT) += imx53-dt.o