mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
7 lines
157 B
Makefile
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
|