summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-09-19 18:22:11 +0100
committerMark Brown <broonie@kernel.org>2023-09-19 18:22:11 +0100
commit03db12ef1cbc3ad86aaaf3a5e9203a936dba52b8 (patch)
tree3cfbde5f60fc2e9fcf259f59bae838333c3ca71b /sound/soc/sof/Makefile
parent16bb22098f0a44fed8192c4b16fede95876fdc19 (diff)
parentc1c48fd6bbe788458e3685fea74bdb3cb148ff93 (diff)
downloadlinux-03db12ef1cbc3ad86aaaf3a5e9203a936dba52b8.tar.gz
linux-03db12ef1cbc3ad86aaaf3a5e9203a936dba52b8.tar.bz2
linux-03db12ef1cbc3ad86aaaf3a5e9203a936dba52b8.zip
ASoC: SOF: ipc4/Intel: Support for firmware exception
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>: When a firmware crashes it creats a panic information into a telemetry slot. The panic format is defined by Zephyr, includes stack and additional information to help to identify the reason for the crash. Part of the firmware exception handling the firmware also sends an EXCEPTION_CAUGHT notification. This series implements the kernel side handling of the exception: print information into the kernel log export the whole telemetry slot to user space for tools extract additional information from the panic dump.
Diffstat (limited to 'sound/soc/sof/Makefile')
-rw-r--r--sound/soc/sof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/Makefile b/sound/soc/sof/Makefile
index 58f8d468d967..ef6fd43d0b72 100644
--- a/sound/soc/sof/Makefile
+++ b/sound/soc/sof/Makefile
@@ -10,7 +10,7 @@ snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\
endif
ifneq ($(CONFIG_SND_SOC_SOF_IPC4),)
snd-sof-objs += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o\
- ipc4-mtrace.o
+ ipc4-mtrace.o ipc4-telemetry.o
endif
# SOF client support