mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
|