6 lines
203 B
Makefile
6 lines
203 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
snd-soc-sst-haswell-pcm-objs := \
|
||
|
sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o
|
||
|
|
||
|
obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += snd-soc-sst-haswell-pcm.o
|