Files
linux-stable-mirror/kernel/locking/Makefile
T
2013-11-06 07:55:07 +01:00

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