# SPDX-License-Identifier: GPL-2.0 obj-$([31mCONFIG_OPROFILE[0m) += oprofile.o DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o backtrace.o oprofile-$([31mCONFIG_CPU_MIPS32[0m) += op_model_mipsxx.o oprofile-$([31mCONFIG_CPU_MIPS64[0m) += op_model_mipsxx.o oprofile-$([31mCONFIG_CPU_R10000[0m) += op_model_mipsxx.o oprofile-$([31mCONFIG_CPU_SB1[0m) += op_model_mipsxx.o oprofile-$([31mCONFIG_CPU_XLR[0m) += op_model_mipsxx.o oprofile-$([31mCONFIG_CPU_LOONGSON2[0m) += op_model_loongson2.o oprofile-$([31mCONFIG_CPU_LOONGSON3[0m) += op_model_loongson3.o |