https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f681e36c8e82fe2eb41be7992886b7048e852801 authored by Jason Self on 20 December 2013, 15:45:36 UTC
Linux-libre 3.10.25-gnu
Tip revision: f681e36
Makefile
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

obj-y := core.o ring_buffer.o callchain.o

obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
obj-$(CONFIG_UPROBES) += uprobes.o

back to top