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 4# tell define_trace.h where to find the trace header 5CFLAGS_device.o := -I$(src) 6 7obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o