diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
commit | e3d13ff4b9d3b05d7a969153e2c049548e25deea (patch) | |
tree | 34210b2efa3d3c614f1a13797fb133e05d391045 /arch/arm/mach-mx3/Makefile | |
parent | df1bf4bdb2a3a26d4bde8ae1aefc16385dd4898f (diff) |
mxc: add MX3 support for i.MX internal UART driver
This patch adds MX3 support for the i.MX internal uart driver.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r-- | arch/arm/mach-mx3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index febb37f23935..a788cb0b793e 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile | |||
@@ -4,5 +4,5 @@ | |||
4 | 4 | ||
5 | # Object file lists. | 5 | # Object file lists. |
6 | 6 | ||
7 | obj-y := mm.o time.o clock.o | 7 | obj-y := mm.o time.o clock.o devices.o |
8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o | 8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o |