xref: /OK3568_Linux_fs/kernel/sound/soc/sirf/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyunsnd-soc-sirf-audio-objs := sirf-audio.o
3*4882a593Smuzhiyunsnd-soc-sirf-audio-port-objs := sirf-audio-port.o
4*4882a593Smuzhiyunsnd-soc-sirf-usp-objs := sirf-usp.o
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunobj-$(CONFIG_SND_SOC_SIRF_AUDIO) += snd-soc-sirf-audio.o
7*4882a593Smuzhiyunobj-$(CONFIG_SND_SOC_SIRF_AUDIO_PORT) += snd-soc-sirf-audio-port.o
8*4882a593Smuzhiyunobj-$(CONFIG_SND_SOC_SIRF_USP) += snd-soc-sirf-usp.o
9