summaryrefslogblamecommitdiffstats
path: root/kernel/locking/Makefile
blob: fe8bd58b22f8c26fb4413426cb02984cb2165be5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                            

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