xref: /kernel/linux/linux-5.10/arch/mips/oprofile/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/mips/oprofile/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ciobj-$(CONFIG_OPROFILE) += oprofile.o
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciDRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
58c2ecf20Sopenharmony_ci		oprof.o cpu_buffer.o buffer_sync.o \
68c2ecf20Sopenharmony_ci		event_buffer.o oprofile_files.o \
78c2ecf20Sopenharmony_ci		oprofilefs.o oprofile_stats.o \
88c2ecf20Sopenharmony_ci		timer_int.o )
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cioprofile-y				:= $(DRIVER_OBJS) common.o backtrace.o
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_MIPS32)		+= op_model_mipsxx.o
138c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_MIPS64)		+= op_model_mipsxx.o
148c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_R10000)		+= op_model_mipsxx.o
158c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_SB1)		+= op_model_mipsxx.o
168c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_XLR)		+= op_model_mipsxx.o
178c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_LOONGSON2EF)	+= op_model_loongson2.o
188c2ecf20Sopenharmony_cioprofile-$(CONFIG_CPU_LOONGSON64)	+= op_model_loongson3.o
19

Indexes created Thu Nov 07 10:32:03 CST 2024