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