rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | obj-$(CONFIG_ARM_PMU) += arm_pmu.o arm_pmu_platform.o | ||||
3 | obj-$(CONFIG_ARM_PMU_ACPI) += arm_pmu_acpi.o | ||||
4 | obj-$(CONFIG_QCOM_L2_PMU) += qcom_l2_pmu.o | ||||
5 | obj-$(CONFIG_QCOM_L3_PMU) += qcom_l3_pmu.o | ||||
6 | obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o |