Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / arch / x86 / oprofile / Makefile
blob4d49b5a27025ca7b58602d263a7f1195509b3097
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_OPROFILE) += oprofile.o
4 DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
5 oprof.o cpu_buffer.o buffer_sync.o \
6 event_buffer.o oprofile_files.o \
7 oprofilefs.o oprofile_stats.o \
8 timer_int.o nmi_timer_int.o )
10 oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
11 oprofile-$(CONFIG_X86_LOCAL_APIC) += nmi_int.o op_model_amd.o \
12 op_model_ppro.o op_model_p4.o