diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:03:00 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:03:00 -0400 |
commit | 80eedae6f0322dafc749140b67986b2472473745 (patch) | |
tree | 23c6782e6387b01303855ea2febc819145fca798 /arch/arm/mach-mx2/Makefile | |
parent | c46f5856517c2d4f438df87dac81f2295931ee93 (diff) |
i.MX27: Add ADS platform support
This patch adds basic support for the Freescale MX27ADS reference board.
Currently only a serial console can be used.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index 74fb9b3eb066..f6764eb64713 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile | |||
@@ -8,3 +8,5 @@ obj-y := system.o generic.o devices.o serial.o | |||
8 | 8 | ||
9 | obj-$(CONFIG_MACH_MX27) += cpu_imx27.o | 9 | obj-$(CONFIG_MACH_MX27) += cpu_imx27.o |
10 | obj-$(CONFIG_MACH_MX27) += clock_imx27.o | 10 | obj-$(CONFIG_MACH_MX27) += clock_imx27.o |
11 | |||
12 | obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o | ||