1bfc653aaSBesar Wicaksono# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. 2e37dfd65SBesar Wicaksono# 3e37dfd65SBesar Wicaksono# SPDX-License-Identifier: GPL-2.0 4e37dfd65SBesar Wicaksono 5a91bbd5cSBesar Wicaksonoobj-$(CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += arm_cspmu_module.o 6*53a810adSIlkka Koskinen 7bfc653aaSBesar Wicaksonoarm_cspmu_module-y := arm_cspmu.o 8bfc653aaSBesar Wicaksono 9bfc653aaSBesar Wicaksonoobj-$(CONFIG_NVIDIA_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += nvidia_cspmu.o 10*53a810adSIlkka Koskinenobj-$(CONFIG_AMPERE_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += ampere_cspmu.o 11