]> Git Repo - linux.git/blob - drivers/perf/Makefile
Merge tag 'tilcdc-4.20' of https://github.com/jsarha/linux into drm-next
[linux.git] / drivers / perf / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_ARM_CCI_PMU) += arm-cci.o
3 obj-$(CONFIG_ARM_CCN) += arm-ccn.o
4 obj-$(CONFIG_ARM_DSU_PMU) += arm_dsu_pmu.o
5 obj-$(CONFIG_ARM_PMU) += arm_pmu.o arm_pmu_platform.o
6 obj-$(CONFIG_ARM_PMU_ACPI) += arm_pmu_acpi.o
7 obj-$(CONFIG_HISI_PMU) += hisilicon/
8 obj-$(CONFIG_QCOM_L2_PMU)       += qcom_l2_pmu.o
9 obj-$(CONFIG_QCOM_L3_PMU) += qcom_l3_pmu.o
10 obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
11 obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o
This page took 0.036087 seconds and 4 git commands to generate.