mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
3a280ed132
Add SPDX identifiers to all remaining files in sound/soc/mediatek/ Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
304 B
Makefile
9 lines
304 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# platform driver
|
|
snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
|
|
obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o
|
|
|
|
# machine driver
|
|
obj-$(CONFIG_SND_SOC_MT2701_CS42448) += mt2701-cs42448.o
|
|
obj-$(CONFIG_SND_SOC_MT2701_WM8960) += mt2701-wm8960.o
|