License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / sound / soc / intel / atom / sst / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 snd-intel-sst-core-objs := sst.o sst_ipc.o sst_stream.o sst_drv_interface.o sst_loader.o sst_pvt.o
3 snd-intel-sst-pci-objs += sst_pci.o
4 snd-intel-sst-acpi-objs += sst_acpi.o
5
6 obj-$(CONFIG_SND_SST_IPC) += snd-intel-sst-core.o
7 obj-$(CONFIG_SND_SST_IPC_PCI) += snd-intel-sst-pci.o
8 obj-$(CONFIG_SND_SST_IPC_ACPI) += snd-intel-sst-acpi.o