https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7ba586a33a1656f8b036964a1e8dc3fef62b30ce authored by Jason Self on 11 January 2013, 17:04:13 UTC
Linux-libre 3.0.58-gnu1
Tip revision: 7ba586a
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