]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/intel/common/Makefile
ASoC: Intel: move all ACPI match tables to common module
[mirror_ubuntu-bionic-kernel.git] / sound / soc / intel / common / Makefile
CommitLineData
ef3e199a 1snd-soc-sst-dsp-objs := sst-dsp.o
2dcffcee 2snd-soc-sst-acpi-objs := sst-acpi.o
a33c1ec5 3snd-soc-sst-ipc-objs := sst-ipc.o
a395bdd6 4snd-soc-sst-firmware-objs := sst-firmware.o
60046406 5snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o soc-acpi-intel-hsw-bdw-match.o
ef3e199a 6
a33c1ec5 7obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o snd-soc-sst-ipc.o
2106241a 8obj-$(CONFIG_SND_SOC_INTEL_SST_ACPI) += snd-soc-sst-acpi.o
a395bdd6 9obj-$(CONFIG_SND_SOC_INTEL_SST_FIRMWARE) += snd-soc-sst-firmware.o
60046406 10obj-$(CONFIG_SND_SOC_ACPI_INTEL_MATCH) += snd-soc-acpi-intel-match.o