Files
linux/sound/soc/intel/catpt/Makefile
Cezary Rojewski 0ee392ea75 ASoC: Intel: catpt: Add pretty-trace for large IPC payloads
Mimic mechanism found in the Intel's avs-driver and update the existing
IPC payload tracing to allow for pretty printing even large payloads.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20260528083444.1439233-3-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2026-05-28 19:12:49 +01:00

9 lines
271 B
Makefile

# SPDX-License-Identifier: GPL-2.0
snd-soc-catpt-y := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
snd-soc-catpt-y += trace.o
# tell define_trace.h where to find the trace header
CFLAGS_trace.o := -I$(src)
obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o