]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - sound/soc/intel/skylake/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / sound / soc / intel / skylake / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e4e2d2f4
JK
2snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o \
3skl-topology.o
eb965e36 4
5cdf6c09
VK
5ifdef CONFIG_DEBUG_FS
6 snd-soc-skl-objs += skl-debug.o
7endif
8
eb965e36 9obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o
b81fd263
SP
10
11# Skylake IPC Support
cb6a5528
GS
12snd-soc-skl-ipc-objs := skl-sst-ipc.o skl-sst-dsp.o cnl-sst-dsp.o \
13 skl-sst-cldma.o skl-sst.o bxt-sst.o cnl-sst.o \
14 skl-sst-utils.o
b81fd263
SP
15
16obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl-ipc.o