xref: /OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunsnd-intel-sst-core-objs := sst.o sst_ipc.o sst_stream.o sst_drv_interface.o sst_loader.o sst_pvt.o
3*4882a593Smuzhiyunsnd-intel-sst-pci-objs += sst_pci.o
4*4882a593Smuzhiyunsnd-intel-sst-acpi-objs += sst_acpi.o
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunobj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += snd-intel-sst-core.o
7*4882a593Smuzhiyunobj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI) += snd-intel-sst-pci.o
8*4882a593Smuzhiyunobj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI) += snd-intel-sst-acpi.o
9