Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | obj-$(CONFIG_OPROFILE) += oprofile.o |
| 2 | |
| 3 | DRIVER_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 \ |
| 7 | timer_int.o ) |
| 8 | |
Daniel Kalmar | 5f30749 | 2011-05-13 08:38:05 -0400 | [diff] [blame] | 9 | oprofile-y := $(DRIVER_OBJS) common.o backtrace.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
| 11 | oprofile-$(CONFIG_CPU_MIPS32) += op_model_mipsxx.o |
| 12 | oprofile-$(CONFIG_CPU_MIPS64) += op_model_mipsxx.o |
Ralf Baechle | 714cfe7 | 2006-10-23 00:44:02 +0100 | [diff] [blame] | 13 | oprofile-$(CONFIG_CPU_R10000) += op_model_mipsxx.o |
Mark Mason | c03bc12 | 2006-01-17 12:06:32 -0800 | [diff] [blame] | 14 | oprofile-$(CONFIG_CPU_SB1) += op_model_mipsxx.o |
Madhusudan Bhat | c783390 | 2012-10-31 12:01:27 +0000 | [diff] [blame] | 15 | oprofile-$(CONFIG_CPU_XLR) += op_model_mipsxx.o |
Wu Zhangjin | 67b35e5 | 2009-07-02 23:25:46 +0800 | [diff] [blame] | 16 | oprofile-$(CONFIG_CPU_LOONGSON2) += op_model_loongson2.o |
Huacai Chen | 89467e73 | 2014-11-04 14:15:07 +0800 | [diff] [blame] | 17 | oprofile-$(CONFIG_CPU_LOONGSON3) += op_model_loongson3.o |