diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2011-05-03 09:26:43 -0400 |
---|---|---|
committer | Borislav Petkov <borislav.petkov@amd.com> | 2011-05-03 09:26:43 -0400 |
commit | 48dbb6dc86ca5d1b2224937d774c7ba98bc3a485 (patch) | |
tree | 7c1aaae9ebb6554b0ef2a48aeab158c1a0466655 /kernel/Makefile | |
parent | fae85b7c8bcc7de9c0a2698587e20c15beb7d5a6 (diff) |
hw breakpoints: Move to kernel/events/
As part of the events sybsystem unification, relocate hw_breakpoint.c
into its new destination.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 79815306474f..e9cf19155b46 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -105,7 +105,6 @@ obj-$(CONFIG_IRQ_WORK) += irq_work.o | |||
105 | 105 | ||
106 | obj-$(CONFIG_PERF_EVENTS) += events/ | 106 | obj-$(CONFIG_PERF_EVENTS) += events/ |
107 | 107 | ||
108 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o | ||
109 | obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o | 108 | obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o |
110 | obj-$(CONFIG_PADATA) += padata.o | 109 | obj-$(CONFIG_PADATA) += padata.o |
111 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 110 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |