diff options
Diffstat (limited to '')
-rw-r--r-- | sound/soc/zte/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/zte/Makefile b/sound/soc/zte/Makefile new file mode 100644 index 000000000..2f7cdefa4 --- /dev/null +++ b/sound/soc/zte/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o +obj-$(CONFIG_ZX_I2S) += zx-i2s.o +obj-$(CONFIG_ZX_TDM) += zx-tdm.o |