xref: /kernel/linux/linux-5.10/arch/powerpc/oprofile/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/powerpc/oprofile/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciccflags-$(CONFIG_PPC64)	:= $(NO_MINIMAL_TOC)
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciobj-$(CONFIG_OPROFILE) += oprofile.o
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciDRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \
88c2ecf20Sopenharmony_ci		oprof.o cpu_buffer.o buffer_sync.o \
98c2ecf20Sopenharmony_ci		event_buffer.o oprofile_files.o \
108c2ecf20Sopenharmony_ci		oprofilefs.o oprofile_stats.o \
118c2ecf20Sopenharmony_ci		timer_int.o )
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cioprofile-y := $(DRIVER_OBJS) common.o backtrace.o
148c2ecf20Sopenharmony_cioprofile-$(CONFIG_OPROFILE_CELL) += op_model_cell.o \
158c2ecf20Sopenharmony_ci		cell/spu_profiler.o cell/vma_map.o \
168c2ecf20Sopenharmony_ci		cell/spu_task_sync.o
178c2ecf20Sopenharmony_cioprofile-$(CONFIG_PPC_BOOK3S_64) += op_model_power4.o op_model_pa6t.o
188c2ecf20Sopenharmony_cioprofile-$(CONFIG_FSL_EMB_PERFMON) += op_model_fsl_emb.o
198c2ecf20Sopenharmony_cioprofile-$(CONFIG_PPC_BOOK3S_32) += op_model_7450.o
20

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