17e978fa3SLiam Girdwood# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) 27e978fa3SLiam Girdwood 37e978fa3SLiam Girdwoodsnd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\ 47e978fa3SLiam Girdwood control.o trace.o utils.o 57e978fa3SLiam Girdwood 67e978fa3SLiam Girdwoodsnd-sof-pci-objs := sof-pci-dev.o 77e978fa3SLiam Girdwoodsnd-sof-acpi-objs := sof-acpi-dev.o 8*b9132b89SDaniel Balutasnd-sof-of-objs := sof-of-dev.o 9*b9132b89SDaniel Baluta 107e978fa3SLiam Girdwoodsnd-sof-nocodec-objs := nocodec.o 117e978fa3SLiam Girdwood 127e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF) += snd-sof.o 137e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_NOCODEC) += snd-sof-nocodec.o 147e978fa3SLiam Girdwood 157e978fa3SLiam Girdwood 165af9e972SJaroslav Kyselaobj-$(CONFIG_SND_SOC_SOF_ACPI) += snd-sof-acpi.o 17*b9132b89SDaniel Balutaobj-$(CONFIG_SND_SOC_SOF_OF) += snd-sof-of.o 185af9e972SJaroslav Kyselaobj-$(CONFIG_SND_SOC_SOF_PCI) += snd-sof-pci.o 197e978fa3SLiam Girdwood 207e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL) += intel/ 217e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_XTENSA) += xtensa/ 22