https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 29739aa1e71f88ca7b32908460cec88b5eef9e2c authored by Jason Self on 08 May 2013, 03:08:59 UTC
Linux-libre 3.0.77-gnu1
Tip revision: 29739aa
Makefile
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

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