diff options
author | Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> | 2018-12-08 00:02:38 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-13 15:31:17 +0000 |
commit | 33f8db9a89200c18ff65d494a3dbd325d129e15e (patch) | |
tree | df6415c6005fb51dac706a9c97b5cb65214e945f /sound/soc/xilinx/Makefile | |
parent | 112a8900d4b0399f45d6ea025d3e1a4a1d6fa3f3 (diff) | |
download | lwn-33f8db9a89200c18ff65d494a3dbd325d129e15e.tar.gz lwn-33f8db9a89200c18ff65d494a3dbd325d129e15e.zip |
ASoC: xlnx: enable i2s driver build
Enabled i2s driver build option.
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile new file mode 100644 index 000000000000..6c1209b9ee75 --- /dev/null +++ b/sound/soc/xilinx/Makefile @@ -0,0 +1,2 @@ +snd-soc-xlnx-i2s-objs := xlnx_i2s.o +obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o |