xref: /linux/sound/soc/intel/catpt/Makefile (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
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
8