summaryrefslogtreecommitdiffstats
path: root/sound/soc/xilinx/Makefile
diff options
context:
space:
mode:
authorMaruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>2018-12-21 09:57:29 +0100
committerMark Brown <broonie@kernel.org>2019-01-03 17:34:22 +0100
commitb31daa15af760747b91dbb76c80306d77d8ae05f (patch)
tree6c027c3c705bc2fe0f261f719ceb473fe1ab729f /sound/soc/xilinx/Makefile
parentASoC: xlnx: add pcm formatter platform driver (diff)
downloadlinux-b31daa15af760747b91dbb76c80306d77d8ae05f.tar.xz
linux-b31daa15af760747b91dbb76c80306d77d8ae05f.zip
ASoC: xlnx: enable audio formatter driver build
Enable audio formatter driver build. Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/xilinx/Makefile')
-rw-r--r--sound/soc/xilinx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile
index 6c1209b9ee75..432693b1cc79 100644
--- a/sound/soc/xilinx/Makefile
+++ b/sound/soc/xilinx/Makefile
@@ -1,2 +1,4 @@
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