hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/debug/Kbuild
....@@ -1,6 +1,6 @@
11 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
22 #
3
-# (C) COPYRIGHT 2021 ARM Limited. All rights reserved.
3
+# (C) COPYRIGHT 2021-2022 ARM Limited. All rights reserved.
44 #
55 # This program is free software and is provided to you under the terms of the
66 # GNU General Public License version 2 as published by the Free Software
....@@ -22,6 +22,7 @@
2222
2323 ifeq ($(CONFIG_MALI_CSF_SUPPORT),y)
2424 bifrost_kbase-y += debug/backend/mali_kbase_debug_ktrace_csf.o
25
+ bifrost_kbase-$(CONFIG_MALI_CORESIGHT) += debug/backend/mali_kbase_debug_coresight_csf.o
2526 else
2627 bifrost_kbase-y += debug/backend/mali_kbase_debug_ktrace_jm.o
2728 endif