blob: d1ccbecd141f92b612e71d822e3d2496db4a4af9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Jeeja KPe4e2d2f42015-10-07 11:31:52 +01002snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o \
3skl-topology.o
Jeeja KPeb965e32015-07-09 15:20:10 +05304
Vinod Koul5cdf6c02017-06-30 09:06:05 +05305ifdef CONFIG_DEBUG_FS
6 snd-soc-skl-objs += skl-debug.o
7endif
8
Jeeja KPeb965e32015-07-09 15:20:10 +05309obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o
Subhransu S. Prustyb81fd262015-07-09 21:38:54 +053010
11# Skylake IPC Support
Guneshwor Singhcb6a5522017-08-02 21:51:18 +053012snd-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
Subhransu S. Prustyb81fd262015-07-09 21:38:54 +053015
16obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl-ipc.o