summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorBorislav Petkov <borislav.petkov@amd.com>2011-05-03 15:26:43 +0200
committerBorislav Petkov <borislav.petkov@amd.com>2011-05-03 15:26:43 +0200
commit48dbb6dc86ca5d1b2224937d774c7ba98bc3a485 (patch)
tree7c1aaae9ebb6554b0ef2a48aeab158c1a0466655 /kernel/Makefile
parentfae85b7c8bcc7de9c0a2698587e20c15beb7d5a6 (diff)
downloadlinux-3.10-48dbb6dc86ca5d1b2224937d774c7ba98bc3a485.tar.gz
linux-3.10-48dbb6dc86ca5d1b2224937d774c7ba98bc3a485.tar.bz2
linux-3.10-48dbb6dc86ca5d1b2224937d774c7ba98bc3a485.zip
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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 79815306474..e9cf19155b4 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