diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-12-17 13:21:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-18 13:22:53 +0100 |
commit | c27ace2e95a29c3b359123363d4f88864452917d (patch) | |
tree | d2ae80e25e8056633bc8b02e5933e20f37064b99 | |
parent | MAINTAINERS: Add entry for sound/soc/ti and update the OMAP audio support (diff) | |
download | linux-c27ace2e95a29c3b359123363d4f88864452917d.tar.xz linux-c27ace2e95a29c3b359123363d4f88864452917d.zip |
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>
-rw-r--r-- | arch/arm/mach-omap1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile index e8ccf51c6f29..a7e9c6d19fb5 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 |