xref: /linux/drivers/perf/arm_cspmu/Makefile (revision efb339a83368ab25de1a18c0fdff85e01c13a1ea)
1# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5obj-$(CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += arm_cspmu_module.o
6arm_cspmu_module-y := arm_cspmu.o nvidia_cspmu.o
7