summaryrefslogtreecommitdiff
path: root/kernel/events/Makefile
blob: 1ce23d3d8394f3c1533b2e777b2da79ce6ce565d (plain)
1
2
3
4
5
6
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

obj-y := core.o
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o