summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2018-12-17 14:21:36 +0200
committerMark Brown <broonie@kernel.org>2018-12-18 12:22:53 +0000
commitc27ace2e95a29c3b359123363d4f88864452917d (patch)
treed2ae80e25e8056633bc8b02e5933e20f37064b99 /arch/arm/mach-omap1
parentca1c4d6535249ad43068834687f78d0db82d9e2e (diff)
downloadlinux-0-day-c27ace2e95a29c3b359123363d4f88864452917d.tar.gz
linux-0-day-c27ace2e95a29c3b359123363d4f88864452917d.tar.xz
ARM: OMAP1: Makefile: Update for new MCBSP Kconfig option
The MCBSP config option has been changed. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile
index e8ccf51c6f292..a7e9c6d19fb58 100644
--- a/arch/arm/mach-omap1/Makefile
+++ b/arch/arm/mach-omap1/Makefile
@@ -8,7 +8,7 @@ obj-y := io.o id.o sram-init.o sram.o time.o irq.o mux.o flash.o \
serial.o devices.o dma.o fb.o
obj-y += clock.o clock_data.o opp_data.o reset.o pm_bus.o timer.o
-ifneq ($(CONFIG_SND_OMAP_SOC_MCBSP),)
+ifneq ($(CONFIG_SND_SOC_OMAP_MCBSP),)
obj-y += mcbsp.o
endif