Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[deliverable/linux.git] / arch / metag / oprofile / Makefile
1 obj-$(CONFIG_OPROFILE) += oprofile.o
2
3 oprofile-core-y += buffer_sync.o
4 oprofile-core-y += cpu_buffer.o
5 oprofile-core-y += event_buffer.o
6 oprofile-core-y += oprof.o
7 oprofile-core-y += oprofile_files.o
8 oprofile-core-y += oprofile_stats.o
9 oprofile-core-y += oprofilefs.o
10 oprofile-core-y += timer_int.o
11 oprofile-core-$(CONFIG_HW_PERF_EVENTS) += oprofile_perf.o
12
13 oprofile-y += backtrace.o
14 oprofile-y += common.o
15 oprofile-y += $(addprefix ../../../drivers/oprofile/,$(oprofile-core-y))
16
17 ccflags-y += -Werror
This page took 0.036668 seconds and 5 git commands to generate.