swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: dd775ae2549217d3ae09363e3edb305d0fa19928 authored by Linus Torvalds on 31 March 2012, 23:24:09 UTC
Linux 3.4-rc1
Tip revision: dd775ae
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
back to top