Skip to content

Commit

Permalink
hw breakpoints: Move to kernel/events/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Borislav Petkov committed May 3, 2011
1 parent fae85b7 commit 48dbb6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion kernel/events/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

obj-y += core.o
obj-y := core.o
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
File renamed without changes.

0 comments on commit 48dbb6d

Please sign in to comment.