https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 698e33a62b8d2918226acbea227d53bc3f3feb27 authored by Jason Self on 27 January 2016, 15:31:49 UTC
Linux-libre 3.12.53-gnu
Tip revision: 698e33a
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