https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0713b4b82bcc854c410db6918bf02afe54518e8a authored by Jason Self on 18 October 2013, 17:44:28 UTC
Linux-libre 3.10.17-gnu
Tip revision: 0713b4b
Makefile
obj-$(CONFIG_OPROFILE) += 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) init.o backtrace.o
oprofile-$(CONFIG_64BIT)	+= hwsampler.o
back to top