Cross Reference: Makefile
xref: /linux-4.4.14/arch/mips/oprofile/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /linux-4.4.14/arch/mips/oprofile/
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
9oprofile-y				:= $(DRIVER_OBJS) common.o backtrace.o
10
11oprofile-$(CONFIG_CPU_MIPS32)		+= op_model_mipsxx.o
12oprofile-$(CONFIG_CPU_MIPS64)		+= op_model_mipsxx.o
13oprofile-$(CONFIG_CPU_R10000)		+= op_model_mipsxx.o
14oprofile-$(CONFIG_CPU_SB1)		+= op_model_mipsxx.o
15oprofile-$(CONFIG_CPU_XLR)		+= op_model_mipsxx.o
16oprofile-$(CONFIG_CPU_LOONGSON2)	+= op_model_loongson2.o
17oprofile-$(CONFIG_CPU_LOONGSON3)	+= op_model_loongson3.o
18

Indexes created Thu Jun 29 04:38:44 JST 2017