https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fd0edd4d9b52e3b3d8cb040f3816b97d1cba01d1 authored by Jason Self on 20 February 2014, 19:06:27 UTC
Linux-libre 3.10.31-gnu
Tip revision: fd0edd4
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