diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-10-17 02:42:17 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-10-18 12:43:19 +0200 |
commit | 9daaf31a8cc9c98751b7b71198307e47d5bf6a4d (patch) | |
tree | 652301a4dd70a11462199237ca869047070e8fea /arch/arm/mach-mx5/Makefile | |
parent | arm/mx5: add device tree support for imx53 boards (diff) | |
download | linux-9daaf31a8cc9c98751b7b71198307e47d5bf6a4d.tar.xz linux-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile index 3dbe5e26a51b..a3c75f368f4b 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 |