mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 22:41:25 +00:00
6 lines
79 B
Makefile
6 lines
79 B
Makefile
|
ifdef CONFIG_FUNCTION_TRACER
|
||
|
CFLAGS_REMOVE_core.o = -pg
|
||
|
endif
|
||
|
|
||
|
obj-y += core.o
|