| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note |
|---|
| 2 | 2 | # |
|---|
| 3 | | -# (C) COPYRIGHT 2021 ARM Limited. All rights reserved. |
|---|
| 3 | +# (C) COPYRIGHT 2021-2022 ARM Limited. All rights reserved. |
|---|
| 4 | 4 | # |
|---|
| 5 | 5 | # This program is free software and is provided to you under the terms of the |
|---|
| 6 | 6 | # GNU General Public License version 2 as published by the Free Software |
|---|
| .. | .. |
|---|
| 22 | 22 | |
|---|
| 23 | 23 | ifeq ($(CONFIG_MALI_CSF_SUPPORT),y) |
|---|
| 24 | 24 | 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 |
|---|
| 25 | 26 | else |
|---|
| 26 | 27 | bifrost_kbase-y += debug/backend/mali_kbase_debug_ktrace_jm.o |
|---|
| 27 | 28 | endif |
|---|