mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
2b45e1fa93
A couple of ep93xx board files were unused and got removed, so the corresponding ASoC support can also be removed. Cc: Mika Westerberg <mika.westerberg@iki.fi> Cc: Ryan Mallon <rmallon@gmail.com> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
13 lines
377 B
Makefile
13 lines
377 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# EP93xx Platform Support
|
|
snd-soc-ep93xx-objs := ep93xx-pcm.o
|
|
snd-soc-ep93xx-i2s-objs := ep93xx-i2s.o
|
|
|
|
obj-$(CONFIG_SND_EP93XX_SOC) += snd-soc-ep93xx.o
|
|
obj-$(CONFIG_SND_EP93XX_SOC_I2S) += snd-soc-ep93xx-i2s.o
|
|
|
|
# EP93XX Machine Support
|
|
snd-soc-edb93xx-objs := edb93xx.o
|
|
|
|
obj-$(CONFIG_SND_EP93XX_SOC_EDB93XX) += snd-soc-edb93xx.o
|