ckfwq/linux-3.0.4/kernel/events/Makefile

7 lines
131 B
Makefile
Raw Permalink Normal View History

2024-12-30 10:53:50 +08:00
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif
obj-y := core.o
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o