xref: /linux/sound/soc/sof/Makefile (revision 5af9e972ac72b1c9f13cd35ccfb4687741c53f3e)
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
87e978fa3SLiam Girdwoodsnd-sof-nocodec-objs := nocodec.o
97e978fa3SLiam Girdwood
107e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF) += snd-sof.o
117e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_NOCODEC) += snd-sof-nocodec.o
127e978fa3SLiam Girdwood
137e978fa3SLiam Girdwood
14*5af9e972SJaroslav Kyselaobj-$(CONFIG_SND_SOC_SOF_ACPI) += snd-sof-acpi.o
15*5af9e972SJaroslav Kyselaobj-$(CONFIG_SND_SOC_SOF_PCI) += snd-sof-pci.o
167e978fa3SLiam Girdwood
177e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL) += intel/
187e978fa3SLiam Girdwoodobj-$(CONFIG_SND_SOC_SOF_XTENSA) += xtensa/
19