mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
Wire the five tracepoints defined in qcom_scm_trace.h into the SMC execution path by including the header with CREATE_TRACE_POINTS. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Yuvaraj Ranganathan <yuvaraj.ranganathan@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260522-scm-tracepoints-v2-2-e27cdbe0c585@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
14 lines
442 B
Makefile
14 lines
442 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-$(CONFIG_QCOM_SCM) += qcom-scm.o
|
|
qcom-scm-objs += qcom_scm.o qcom_scm-smc.o qcom_scm-legacy.o
|
|
CFLAGS_qcom_scm-smc.o := -I$(src)
|
|
obj-$(CONFIG_QCOM_TZMEM) += qcom_tzmem.o
|
|
obj-$(CONFIG_QCOM_QSEECOM) += qcom_qseecom.o
|
|
obj-$(CONFIG_QCOM_QSEECOM_UEFISECAPP) += qcom_qseecom_uefisecapp.o
|
|
obj-$(CONFIG_QCOM_PAS) += qcom_pas.o
|
|
obj-$(CONFIG_QCOM_PAS_TEE) += qcom_pas_tee.o
|