Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc2 13 lines 374 B view raw
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 9ifeq ($(CONFIG_HW_PERF_EVENTS),y) 10DRIVER_OBJS += $(addprefix ../../../drivers/oprofile/, oprofile_perf.o) 11endif 12 13oprofile-y := $(DRIVER_OBJS) common.o