Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245458
b: refs/heads/master
c: 48dbb6d
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov committed May 3, 2011
1 parent 23cd449 commit a24e7d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fae85b7c8bcc7de9c0a2698587e20c15beb7d5a6
refs/heads/master: 48dbb6dc86ca5d1b2224937d774c7ba98bc3a485
1 change: 0 additions & 1 deletion trunk/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 trunk/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 a24e7d4

Please sign in to comment.