summaryrefslogtreecommitdiff
path: root/kernel/events/Makefile
blob: 89e5e8aa4c36605de76beda71b43576debb3536e (plain)
1
2
3
4
5
6
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