xref: /linux/drivers/perf/arm_cspmu/Makefile (revision da8e05f84a11c3cc3b0ba0a3c62d20e358002d99)
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