diff options
author | Eduardo Valentin <eduardo.valentin@indt.org.br> | 2008-07-03 05:24:40 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-07-03 05:24:40 -0400 |
commit | 78673bc898c2db7f4fac4871ec702c3443642308 (patch) | |
tree | d8ac97b0120c79213ff40e719f959b9f3ad19e23 /arch/arm/mach-omap2/Makefile | |
parent | 44ec9a3371d5cab323b81c95a4c01d7b5a89cdda (diff) |
ARM: OMAP: McBSP: Add support for mcbsp on mach-omap2
This patch adds support for mach-omap2 based on current
mcbsp platform driver.
Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index c2477428e351..93ee990618ef 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -6,6 +6,8 @@ | |||
6 | obj-y := irq.o id.o io.o memory.o control.o prcm.o clock.o mux.o \ | 6 | obj-y := irq.o id.o io.o memory.o control.o prcm.o clock.o mux.o \ |
7 | devices.o serial.o gpmc.o timer-gp.o | 7 | devices.o serial.o gpmc.o timer-gp.o |
8 | 8 | ||
9 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o | ||
10 | |||
9 | # Functions loaded to SRAM | 11 | # Functions loaded to SRAM |
10 | obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o | 12 | obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o |
11 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o | 13 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o |