Files
linux/kernel/events/Makefile
Igor Pecovnik 31e0b0dd9e init
2016-12-19 07:03:25 +01:00

7 lines
157 B
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