mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-10 17:34:20 +07:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
![]() |
|
||
|
obj-y += mutex.o
|
||
|
|
||
|
ifdef CONFIG_FUNCTION_TRACER
|
||
|
CFLAGS_REMOVE_mutex-debug.o = -pg
|
||
|
CFLAGS_REMOVE_rtmutex-debug.o = -pg
|
||
|
endif
|
||
|
|
||
|
obj-$(CONFIG_DEBUG_MUTEXES) += mutex-debug.o
|