diff options
| author | Will Deacon <will@kernel.org> | 2021-12-14 13:41:58 +0000 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2021-12-14 13:41:58 +0000 |
| commit | e73bc4fd78c4bf889f33bf8c07a7f4365c742fca (patch) | |
| tree | dca6e6d1a0ffefd971e0a7997c877a84d0ddb49d /drivers/perf/Makefile | |
| parent | fc369f925f5c15a531313617fb22641aa6af874c (diff) | |
| parent | 4cbf47728f8d9d18e7e43863c0b623351267f203 (diff) | |
| download | linux-e73bc4fd78c4bf889f33bf8c07a7f4365c742fca.tar.bz2 | |
Merge branch 'for-next/perf-cn10k' into for-next/perf
* for-next/perf-cn10k:
dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings
drivers: perf: Add LLC-TAD perf counter support
Diffstat (limited to 'drivers/perf/Makefile')
| -rw-r--r-- | drivers/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/perf/Makefile b/drivers/perf/Makefile index 5260b116c7da..2db5418d5b0a 100644 --- a/drivers/perf/Makefile +++ b/drivers/perf/Makefile @@ -14,3 +14,4 @@ obj-$(CONFIG_THUNDERX2_PMU) += thunderx2_pmu.o obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o obj-$(CONFIG_ARM_DMC620_PMU) += arm_dmc620_pmu.o +obj-$(CONFIG_MARVELL_CN10K_TAD_PMU) += marvell_cn10k_tad_pmu.o |