diff options
Diffstat (limited to 'sound/soc/sdca/Makefile')
-rw-r--r-- | sound/soc/sdca/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/sdca/Makefile b/sound/soc/sdca/Makefile new file mode 100644 index 000000000000..c296bd5a0a7c --- /dev/null +++ b/sound/soc/sdca/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + +snd-soc-sdca-objs := sdca_functions.o sdca_device.o + +obj-$(CONFIG_SND_SOC_SDCA) += snd-soc-sdca.o |