tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / 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 \
7 timer_int.o )
8
5f307491 9oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
1da177e4
LT
10
11oprofile-$(CONFIG_CPU_MIPS32) += op_model_mipsxx.o
12oprofile-$(CONFIG_CPU_MIPS64) += op_model_mipsxx.o
714cfe78 13oprofile-$(CONFIG_CPU_R10000) += op_model_mipsxx.o
c03bc121 14oprofile-$(CONFIG_CPU_SB1) += op_model_mipsxx.o
c783390a 15oprofile-$(CONFIG_CPU_XLR) += op_model_mipsxx.o
67b35e5d 16oprofile-$(CONFIG_CPU_LOONGSON2) += op_model_loongson2.o
89467e73 17oprofile-$(CONFIG_CPU_LOONGSON3) += op_model_loongson3.o
This page took 0.911575 seconds and 5 git commands to generate.