mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
47caf048a0
Added SPDIF driver build related changes. Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
328 B
Makefile
7 lines
328 B
Makefile
snd-soc-xlnx-i2s-objs := xlnx_i2s.o
|
|
obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o
|
|
snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o
|
|
obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o
|
|
snd-soc-xlnx-spdif-objs := xlnx_spdif.o
|
|
obj-$(CONFIG_SND_SOC_XILINX_SPDIF) += snd-soc-xlnx-spdif.o
|