aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx3/Makefile
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2008-11-12 15:38:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-16 14:57:57 +0100
commit1553a1ec833ddda51d57f66f8e00904b64b954c8 (patch)
treeb91a105261daa7c29b6a62092c93a4ba2d8c0ea3 /arch/arm/mach-mx3/Makefile
parent3dad21a95ba7a4159383dd170c3b0b5fedd0f5e2 (diff)
Add basic support for MX31PDK board.
Add basic support to the MX31PDK development board, also known as MX31 3DS or MX31 3-stack board (http://www.freescale.com/imx31pdk). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r--arch/arm/mach-mx3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile
index 8b21abb71fb0..10a0886b32ce 100644
--- a/arch/arm/mach-mx3/Makefile
+++ b/arch/arm/mach-mx3/Makefile
@@ -8,3 +8,4 @@ obj-y := mm.o clock.o devices.o iomux.o
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o
obj-$(CONFIG_MACH_PCM037) += pcm037.o
+obj-$(CONFIG_MACH_MX31_3DS) += mx31pdk.o