aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/Makefile
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2017-04-11 09:39:53 +0100
committerWill Deacon <will.deacon@arm.com>2017-04-11 16:29:54 +0100
commit18bfcfe51b8f60b69ab012888dea8061a9cd3381 (patch)
tree1b24520d4c02227265176bcb2a559baa84c862ef /drivers/perf/Makefile
parentdrivers/perf: arm_pmu: move irq request/free into probe (diff)
downloadlinux-dev-18bfcfe51b8f60b69ab012888dea8061a9cd3381.tar.xz
linux-dev-18bfcfe51b8f60b69ab012888dea8061a9cd3381.zip
drivers/perf: arm_pmu: split out platform device probe logic
Now that we've split the pdev and DT probing logic from the runtime management, let's move the former into its own file. We gain a few lines due to the copyright header and includes, but this should keep the logic clearly separated, and paves the way for adding ACPI support in a similar fashion. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Jeremy Linton <jeremy.linton@arm.com> [will: rename nr_irqs to avoid conflict with global variable] Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/perf/Makefile')
-rw-r--r--drivers/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/perf/Makefile b/drivers/perf/Makefile
index ef0c6b210345..925cd3903029 100644
--- a/drivers/perf/Makefile
+++ b/drivers/perf/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_ARM_PMU) += arm_pmu.o
+obj-$(CONFIG_ARM_PMU) += arm_pmu.o arm_pmu_platform.o
obj-$(CONFIG_QCOM_L2_PMU) += qcom_l2_pmu.o
obj-$(CONFIG_QCOM_L3_PMU) += qcom_l3_pmu.o
obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o