]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/powerpc/perf/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / arch / powerpc / perf / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f2699491
ME
2subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
3
ed4a4ef8 4obj-$(CONFIG_PERF_EVENTS) += callchain.o perf_regs.o
f2699491 5
73760931 6obj-$(CONFIG_PPC_PERF_CTRS) += core-book3s.o bhrb.o
f2699491 7obj64-$(CONFIG_PPC_PERF_CTRS) += power4-pmu.o ppc970-pmu.o power5-pmu.o \
e05b9b9e 8 power5+-pmu.o power6-pmu.o power7-pmu.o \
8c002dbd 9 isa207-common.o power8-pmu.o power9-pmu.o
f2699491
ME
10obj32-$(CONFIG_PPC_PERF_CTRS) += mpc7450-pmu.o
11
885dcd70 12obj-$(CONFIG_PPC_POWERNV) += imc-pmu.o
f2699491 13obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o
3c83658c 14obj-$(CONFIG_FSL_EMB_PERF_EVENT_E500) += e500-pmu.o e6500-pmu.o
f2699491 15
30daeb6c
CS
16obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
17
75b82472
CL
18obj-$(CONFIG_PPC_8xx_PERF_EVENT) += 8xx-pmu.o
19
f2699491
ME
20obj-$(CONFIG_PPC64) += $(obj64-y)
21obj-$(CONFIG_PPC32) += $(obj32-y)