From: Eduardo Valentin Date: Thu, 29 May 2008 16:50:47 +0000 (-0400) Subject: MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1 X-Git-Tag: v2.6.26-omap1~123^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ca6c1920b3e99137938a18f42d65293a4bb9ca;p=pandora-kernel.git MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1 This patch adds support for mach-omap1 based on current mcbsp platform driver. Signed-off-by: Eduardo Valentin Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile index c5245118b9af..d8b7e1cbfc8e 100644 --- a/arch/arm/mach-omap1/Makefile +++ b/arch/arm/mach-omap1/Makefile @@ -5,6 +5,8 @@ # Common support obj-y := io.o id.o sram.o clock.o irq.o mux.o serial.o devices.o +obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o + obj-$(CONFIG_OMAP_MPU_TIMER) += time.o obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o Reading git-diff-tree failed