You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
367 B
8 lines
367 B
# SPDX-License-Identifier: GPL-2.0
|
|
snd-intel-sst-core-objs := sst.o sst_ipc.o sst_stream.o sst_drv_interface.o sst_loader.o sst_pvt.o
|
|
snd-intel-sst-pci-objs += sst_pci.o
|
|
snd-intel-sst-acpi-objs += sst_acpi.o
|
|
|
|
obj-$(CONFIG_SND_SST_IPC) += snd-intel-sst-core.o
|
|
obj-$(CONFIG_SND_SST_IPC_PCI) += snd-intel-sst-pci.o
|
|
obj-$(CONFIG_SND_SST_IPC_ACPI) += snd-intel-sst-acpi.o
|
|
|