diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2013-10-31 13:14:17 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-11-06 01:55:08 -0500 |
| commit | 8eddac3f103736163f49255bcb109edadea167f6 (patch) | |
| tree | cd3161b76bb7a7e2614817d0ba66446676e6b677 /kernel/Makefile | |
| parent | 01768b42dc97a67b4fb33a2535c49fc1969880df (diff) | |
locking: Move the lockdep code to kernel/locking/
Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-wl7s3tta5isufzfguc23et06@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 330b14666475..4fffd6ee42c1 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
| @@ -14,8 +14,6 @@ obj-y = fork.o exec_domain.o panic.o \ | |||
| 14 | 14 | ||
| 15 | ifdef CONFIG_FUNCTION_TRACER | 15 | ifdef CONFIG_FUNCTION_TRACER |
| 16 | # Do not trace debug files and internal ftrace files | 16 | # Do not trace debug files and internal ftrace files |
| 17 | CFLAGS_REMOVE_lockdep.o = -pg | ||
| 18 | CFLAGS_REMOVE_lockdep_proc.o = -pg | ||
| 19 | CFLAGS_REMOVE_cgroup-debug.o = -pg | 17 | CFLAGS_REMOVE_cgroup-debug.o = -pg |
| 20 | CFLAGS_REMOVE_irq_work.o = -pg | 18 | CFLAGS_REMOVE_irq_work.o = -pg |
| 21 | endif | 19 | endif |
| @@ -33,10 +31,6 @@ obj-$(CONFIG_FREEZER) += freezer.o | |||
| 33 | obj-$(CONFIG_PROFILING) += profile.o | 31 | obj-$(CONFIG_PROFILING) += profile.o |
| 34 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 32 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |
| 35 | obj-y += time/ | 33 | obj-y += time/ |
| 36 | obj-$(CONFIG_LOCKDEP) += lockdep.o | ||
| 37 | ifeq ($(CONFIG_PROC_FS),y) | ||
| 38 | obj-$(CONFIG_LOCKDEP) += lockdep_proc.o | ||
| 39 | endif | ||
| 40 | obj-$(CONFIG_FUTEX) += futex.o | 34 | obj-$(CONFIG_FUTEX) += futex.o |
| 41 | ifeq ($(CONFIG_COMPAT),y) | 35 | ifeq ($(CONFIG_COMPAT),y) |
| 42 | obj-$(CONFIG_FUTEX) += futex_compat.o | 36 | obj-$(CONFIG_FUTEX) += futex_compat.o |
