rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | snd-soc-sirf-audio-objs := sirf-audio.o | ||||
3 | snd-soc-sirf-audio-port-objs := sirf-audio-port.o | ||||
4 | snd-soc-sirf-usp-objs := sirf-usp.o | ||||
5 | |||||
6 | obj-$(CONFIG_SND_SOC_SIRF_AUDIO) += snd-soc-sirf-audio.o | ||||
7 | obj-$(CONFIG_SND_SOC_SIRF_AUDIO_PORT) += snd-soc-sirf-audio-port.o | ||||
8 | obj-$(CONFIG_SND_SOC_SIRF_USP) += snd-soc-sirf-usp.o |