Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / x86 / oprofile / Makefile
CommitLineData
1da177e4
LT
1obj-$(CONFIG_OPROFILE) += oprofile.o
2
3DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
4 oprof.o cpu_buffer.o buffer_sync.o \
5 event_buffer.o oprofile_files.o \
6 oprofilefs.o oprofile_stats.o \
dcfce4a0 7 timer_int.o nmi_timer_int.o )
1da177e4
LT
8
9oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
6852fd9b 10oprofile-$(CONFIG_X86_LOCAL_APIC) += nmi_int.o op_model_amd.o \
1da177e4 11 op_model_ppro.o op_model_p4.o
This page took 0.706756 seconds and 5 git commands to generate.