xref: /kernel/linux/linux-5.10/arch/sparc/oprofile/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/sparc/oprofile/
1# SPDX-License-Identifier: GPL-2.0-only
2obj-$(CONFIG_OPROFILE) += oprofile.o
3
4DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
5		oprof.o cpu_buffer.o buffer_sync.o \
6		event_buffer.o oprofile_files.o \
7		oprofilefs.o oprofile_stats.o \
8		timer_int.o )
9
10oprofile-y				:= $(DRIVER_OBJS) init.o
11

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