projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1c4d6
)
ARM: OMAP1: Makefile: Update for new MCBSP Kconfig option
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Mon, 17 Dec 2018 12:21:36 +0000
(14:21 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 18 Dec 2018 12:22:53 +0000
(12:22 +0000)
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>
arch/arm/mach-omap1/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/Makefile
b/arch/arm/mach-omap1/Makefile
index e8ccf51c6f292959c4f373d7a802c19ddf278c09..a7e9c6d19fb588a07f5ff1f7ed0636c8975043aa 100644
(file)
--- 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