| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # Platform | ||||
| 3 | snd-soc-txx9aclc-objs := txx9aclc.o | ||||
| 4 | snd-soc-txx9aclc-ac97-objs := txx9aclc-ac97.o | ||||
| 5 | |||||
| 6 | obj-$(CONFIG_SND_SOC_TXX9ACLC) += snd-soc-txx9aclc.o | ||||
| 7 | obj-$(CONFIG_SND_SOC_TXX9ACLC_AC97) += snd-soc-txx9aclc-ac97.o | ||||
| 8 | |||||
| 9 | # Machine | ||||
| 10 | snd-soc-txx9aclc-generic-objs := txx9aclc-generic.o | ||||
| 11 | |||||
| 12 | obj-$(CONFIG_SND_SOC_TXX9ACLC_GENERIC) += snd-soc-txx9aclc-generic.o | ||||