aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Makefile
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@freescale.com>2010-12-30 19:25:06 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-03 09:39:30 +0100
commitd3d4b60b12369eded0ea0c5dffee0888ec4d80cd (patch)
treeeac1cd971098d37d11766238ba0526323a6370e0 /arch/arm/mach-mx5/Makefile
parentarm: mx50: add core functions support except clock (diff)
downloadlinux-dev-d3d4b60b12369eded0ea0c5dffee0888ec4d80cd.tar.xz
linux-dev-d3d4b60b12369eded0ea0c5dffee0888ec4d80cd.zip
arm: mx50: add mx50 reference design board support
Add basic function and uart device support. Signed-off-by: Richard Zhao <richard.zhao@freescale.com> 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 e059c3090931..d99d7ab3b39b 100644
--- a/arch/arm/mach-mx5/Makefile
+++ b/arch/arm/mach-mx5/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_MACH_EUKREA_MBIMX51_BASEBOARD) += eukrea_mbimx51-baseboard.o
obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += board-cpuimx51sd.o
obj-$(CONFIG_MACH_EUKREA_MBIMXSD51_BASEBOARD) += eukrea_mbimxsd-baseboard.o
obj-$(CONFIG_MACH_MX51_EFIKAMX) += board-mx51_efikamx.o
+obj-$(CONFIG_MACH_MX50_RDP) += board-mx50_rdp.o