diff options
Diffstat (limited to 'sound/soc/renesas/rcar/Makefile')
-rw-r--r-- | sound/soc/renesas/rcar/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/renesas/rcar/Makefile b/sound/soc/renesas/rcar/Makefile new file mode 100644 index 000000000000..3a2c875595bd --- /dev/null +++ b/sound/soc/renesas/rcar/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +snd-soc-rcar-y := core.o gen.o dma.o adg.o ssi.o ssiu.o src.o ctu.o mix.o dvc.o cmd.o debugfs.o +obj-$(CONFIG_SND_SOC_RCAR) += snd-soc-rcar.o + +snd-soc-msiof-y := msiof.o +obj-$(CONFIG_SND_SOC_MSIOF) += snd-soc-msiof.o |