Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245457
b: refs/heads/master
c: fae85b7
h: refs/heads/master
i:
  245455: 88ebd58
v: v3
  • Loading branch information
Borislav Petkov committed May 3, 2011
1 parent 7745964 commit 23cd449
Show file tree
Hide file tree
Showing 4 changed files with 9 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: ac0a3260f37b8616da8d33488ec94b94e6ae5b31
refs/heads/master: fae85b7c8bcc7de9c0a2698587e20c15beb7d5a6
5 changes: 3 additions & 2 deletions trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg
CFLAGS_REMOVE_rtmutex-debug.o = -pg
CFLAGS_REMOVE_cgroup-debug.o = -pg
CFLAGS_REMOVE_sched_clock.o = -pg
CFLAGS_REMOVE_perf_event.o = -pg
CFLAGS_REMOVE_irq_work.o = -pg
endif

Expand Down Expand Up @@ -103,7 +102,9 @@ obj-$(CONFIG_RING_BUFFER) += trace/
obj-$(CONFIG_TRACEPOINTS) += trace/
obj-$(CONFIG_SMP) += sched_cpupri.o
obj-$(CONFIG_IRQ_WORK) += irq_work.o
obj-$(CONFIG_PERF_EVENTS) += perf_event.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
Expand Down
5 changes: 5 additions & 0 deletions trunk/kernel/events/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core.o = -pg
endif

obj-y += core.o
File renamed without changes.

0 comments on commit 23cd449

Please sign in to comment.