swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: b6fd41e29dea9c6753b1843a77e50433e6123bcb authored by Linus Torvalds on 12 September 2011, 21:02:02 UTC
Linux 3.1-rc6
Tip revision: b6fd41e
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