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