xref: /linux/sound/soc/intel/catpt/Makefile (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1# SPDX-License-Identifier: GPL-2.0
2snd-soc-catpt-y := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
3
4snd-soc-catpt-y += trace.o
5# tell define_trace.h where to find the trace header
6CFLAGS_trace.o := -I$(src)
7
8obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o
9