diff options
Diffstat (limited to 'sound/soc/sof/mediatek/mt8186/Makefile')
-rw-r--r-- | sound/soc/sof/mediatek/mt8186/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/sof/mediatek/mt8186/Makefile b/sound/soc/sof/mediatek/mt8186/Makefile new file mode 100644 index 000000000..c1f5fc4e2 --- /dev/null +++ b/sound/soc/sof/mediatek/mt8186/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) +snd-sof-mt8186-objs := mt8186.o mt8186-clk.o mt8186-loader.o +obj-$(CONFIG_SND_SOC_SOF_MT8186) += snd-sof-mt8186.o + |