diff options
Diffstat (limited to 'kernel/locking/Makefile')
| -rw-r--r-- | kernel/locking/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/locking/Makefile b/kernel/locking/Makefile new file mode 100644 index 000000000000..fe8bd58b22f8 --- /dev/null +++ b/kernel/locking/Makefile | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | |||
| 2 | obj-y += mutex.o | ||
| 3 | |||
| 4 | ifdef CONFIG_FUNCTION_TRACER | ||
| 5 | CFLAGS_REMOVE_mutex-debug.o = -pg | ||
| 6 | CFLAGS_REMOVE_rtmutex-debug.o = -pg | ||
| 7 | endif | ||
| 8 | |||
| 9 | obj-$(CONFIG_DEBUG_MUTEXES) += mutex-debug.o | ||
