mirror of https://gitee.com/openkylin/linux.git
6 lines
79 B
Makefile
6 lines
79 B
Makefile
|
ifdef CONFIG_FUNCTION_TRACER
|
||
|
CFLAGS_REMOVE_core.o = -pg
|
||
|
endif
|
||
|
|
||
|
obj-y += core.o
|