aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/Makefile
diff options
context:
space:
mode:
authorHendrik Brueckner <brueckner@linux.ibm.com>2018-10-25 17:26:34 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-02-22 09:19:55 +0100
commit7f5ac1a02242b6d100b6f788dffa9e8681983ee1 (patch)
tree4b4d8ac98c75d31665e5cee9fa7a45fc1a3accc3 /arch/s390/kernel/Makefile
parents390/cpum_cf: introduce kernel_cpumcf_avail() function (diff)
downloadlinux-dev-7f5ac1a02242b6d100b6f788dffa9e8681983ee1.tar.xz
linux-dev-7f5ac1a02242b6d100b6f788dffa9e8681983ee1.zip
s390/cpum_cf: move common functions into a separate file
Move common functions of the couter facility support into a separate file. Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/Makefile')
-rw-r--r--arch/s390/kernel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile
index 4e188a7be501..ade87df0eb64 100644
--- a/arch/s390/kernel/Makefile
+++ b/arch/s390/kernel/Makefile
@@ -77,7 +77,8 @@ obj-$(CONFIG_JUMP_LABEL) += jump_label.o
obj-$(CONFIG_KEXEC_FILE) += machine_kexec_file.o kexec_image.o
obj-$(CONFIG_KEXEC_FILE) += kexec_elf.o
-obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_cpum_cf.o perf_cpum_sf.o
+obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_cpum_cf_common.o
+obj-$(CONFIG_PERF_EVENTS) += perf_cpum_cf.o perf_cpum_sf.o
obj-$(CONFIG_PERF_EVENTS) += perf_cpum_cf_events.o perf_regs.o
obj-$(CONFIG_TRACEPOINTS) += trace.o