aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorBorislav Petkov <[email protected]>2011-05-03 15:26:43 +0200
committerBorislav Petkov <[email protected]>2011-05-03 15:26:43 +0200
commit48dbb6dc86ca5d1b2224937d774c7ba98bc3a485 (patch)
tree7c1aaae9ebb6554b0ef2a48aeab158c1a0466655 /kernel/Makefile
parentfae85b7c8bcc7de9c0a2698587e20c15beb7d5a6 (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 <[email protected]> Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile1
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
obj-$(CONFIG_PERF_EVENTS) += events/
-obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
obj-$(CONFIG_PADATA) += padata.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o