summaryrefslogtreecommitdiffstats
path: root/drivers/perf/Makefile
diff options
context:
space:
mode:
authorRobin Murphy2018-02-15 19:51:41 +0100
committerArnd Bergmann2018-03-06 17:26:15 +0100
commit1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44 (patch)
tree5d0a27771cb8a0f15028d7cc7d663c1dda9ceb4b /drivers/perf/Makefile
parentLinux 4.16-rc4 (diff)
downloadkernel-qcow2-linux-1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44.tar.gz
kernel-qcow2-linux-1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44.tar.xz
kernel-qcow2-linux-1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44.zip
drivers/bus: Move Arm CCN PMU driver
The arm-ccn driver is purely a perf driver for the CCN PMU, not a bus driver in the sense of the other residents of drivers/bus/, so let's move it to the appropriate place for SoC PMU drivers. Not to mention moving the documentation accordingly as well. Acked-by: Pawel Moll <pawel.moll@arm.com> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/perf/Makefile')
-rw-r--r--drivers/perf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/perf/Makefile b/drivers/perf/Makefile
index c2f27419bdf0..5004abee0f3a 100644
--- a/drivers/perf/Makefile
+++ b/drivers/perf/Makefile
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_ARM_CCN) += arm-ccn.o
obj-$(CONFIG_ARM_DSU_PMU) += arm_dsu_pmu.o
obj-$(CONFIG_ARM_PMU) += arm_pmu.o arm_pmu_platform.o
obj-$(CONFIG_ARM_PMU_ACPI) += arm_pmu_acpi.o