https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 12356285c7ecb022464b8f4bd436b90620b13357 authored by Jason Self on 03 February 2012, 17:19:59 UTC
Linux-libre 3.0.19-gnu1
Tip revision: 1235628
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