diff options
Diffstat (limited to 'sound/soc/xtensa/Makefile')
-rw-r--r-- | sound/soc/xtensa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/xtensa/Makefile b/sound/soc/xtensa/Makefile new file mode 100644 index 000000000..b8707f63c --- /dev/null +++ b/sound/soc/xtensa/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o + +obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o |