swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 93ee7a9340d64f20295aacc3fb6a22b759323280 authored by Linus Torvalds on 14 August 2011, 22:09:08 UTC
Linux 3.1-rc2
Tip revision: 93ee7a9
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