Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af5c6f5f authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: ipa: Use correct paths for TRACE_INCLUDE_PATH



Add relative paths for trace files so we don't need workarounds to set up
the include paths correctly.

Change-Id: Ic0dedbad266e1890b7c857fb0cc6db11b0ba2f52
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 2b9f46a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
 */

#undef TRACE_SYSTEM
@@ -70,5 +70,5 @@ TRACE_EVENT(

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_clients
#include <trace/define_trace.h>
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
 */

#undef TRACE_SYSTEM
@@ -179,5 +179,5 @@ TRACE_EVENT(

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_v3
#include <trace/define_trace.h>