https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6fedada7bb7a01d4aabd6238a558400f339923c6 authored by Jason Self on 28 November 2011, 22:48:31 UTC
Linux-libre 3.1.4-gnu1
Tip revision: 6fedada
Makefile
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

obj-y := core.o ring_buffer.o
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
back to top