Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.org/pub...
[pandora-kernel.git] / arch / mips / oprofile / Makefile
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
9 oprofile-y                              := $(DRIVER_OBJS) common.o backtrace.o
10
11 oprofile-$(CONFIG_CPU_MIPS32)           += op_model_mipsxx.o
12 oprofile-$(CONFIG_CPU_MIPS64)           += op_model_mipsxx.o
13 oprofile-$(CONFIG_CPU_R10000)           += op_model_mipsxx.o
14 oprofile-$(CONFIG_CPU_SB1)              += op_model_mipsxx.o
15 oprofile-$(CONFIG_CPU_RM9000)           += op_model_rm9000.o
16 oprofile-$(CONFIG_CPU_LOONGSON2)        += op_model_loongson2.o