aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/Makefile
diff options
context:
space:
mode:
authorJason Wang <jason77.wang@gmail.com>2010-06-24 21:11:28 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 14:29:19 +0200
commitfa94f8dce1459eef1f0f8d5b1e4f26c3f058dec2 (patch)
treec6ef4962d52dbbbf876c80c055d05cb0c65d4c29 /arch/arm/plat-mxc/Makefile
parentMerge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD (diff)
downloadlinux-dev-fa94f8dce1459eef1f0f8d5b1e4f26c3f058dec2.tar.xz
linux-dev-fa94f8dce1459eef1f0f8d5b1e4f26c3f058dec2.zip
mxc: add common debug board for 3-stack platforms
The debug board is little different for all mxc 3-stack(PDK) platforms, it is possible here to add a common implementation to support this board. Signed-off-by: Jason Wang <jason77.wang@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r--arch/arm/plat-mxc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile
index c7506a80eb31..78d405ed8616 100644
--- a/arch/arm/plat-mxc/Makefile
+++ b/arch/arm/plat-mxc/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_USB_EHCI_MXC) += ehci.o
obj-$(CONFIG_MXC_ULPI) += ulpi.o
obj-$(CONFIG_ARCH_MXC_AUDMUX_V1) += audmux-v1.o
obj-$(CONFIG_ARCH_MXC_AUDMUX_V2) += audmux-v2.o
+obj-$(CONFIG_MXC_DEBUG_BOARD) += 3ds_debugboard.o
ifdef CONFIG_SND_IMX_SOC
obj-y += ssi-fiq.o
obj-y += ssi-fiq-ksym.o