b31daa15af
Enable audio formatter driver build. Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
5 lines
229 B
Makefile
5 lines
229 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
|