eebdec044e
Commit0406a40a0
("ASoC: jz4740: Use the generic dmaengine PCM driver") jz4740-pcm.c file, but neglected to remove the Makefile entries. Fixes:0406a40a0
("ASoC: jz4740: Use the generic dmaengine PCM driver") Reported-by: kbuild test robot <fengguang.wu@intel.com> Reported-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
12 lines
247 B
Makefile
12 lines
247 B
Makefile
#
|
|
# Jz4740 Platform Support
|
|
#
|
|
snd-soc-jz4740-i2s-objs := jz4740-i2s.o
|
|
|
|
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
|
|
|
|
# Jz4740 Machine Support
|
|
snd-soc-qi-lb60-objs := qi_lb60.o
|
|
|
|
obj-$(CONFIG_SND_JZ4740_SOC_QI_LB60) += snd-soc-qi-lb60.o
|