From f94b106295206ad21509ef9045eac589d8b9a899 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Wed, 22 Jan 2025 22:56:48 +0800 Subject: [PATCH] qcom: dsp-kernel: Properly set DSP_TRACE_INCLUDE_PATH Change-Id: Icf5c17722d8b1782635bfac5c0cb4cc122f032ac --- qcom/opensource/dsp-kernel/Kbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/opensource/dsp-kernel/Kbuild b/qcom/opensource/dsp-kernel/Kbuild index 8c91e72f71..7ad4418193 100644 --- a/qcom/opensource/dsp-kernel/Kbuild +++ b/qcom/opensource/dsp-kernel/Kbuild @@ -37,6 +37,8 @@ KBUILD_CPPFLAGS += -DCONFIG_DSP_MONACO=1 ccflags-y += -DCONFIG_DSP_MONACO=1 endif +ccflags-y += -DDSP_TRACE_INCLUDE_PATH=$(DSP_ROOT)/dsp + LINUXINCLUDE += -I$(DSP_ROOT)/include/linux LINUXINCLUDE += -I$(DSP_ROOT)/include/uapi