Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100474
b: refs/heads/master
c: b53dde9
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 23, 2008
1 parent 42ba37c commit 16e251a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3594136ad67a54d77bcb2547e70011754a2f91d5
refs/heads/master: b53dde9d34f2df396540988ebc65c33400f57b04
8 changes: 8 additions & 0 deletions trunk/kernel/trace/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

# Do not instrument the tracer itself:

ifdef CONFIG_FTRACE
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(subst -pg,,$(ORIG_CFLAGS))
endif

obj-$(CONFIG_FTRACE) += libftrace.o

obj-$(CONFIG_TRACING) += trace.o
Expand Down

0 comments on commit 16e251a

Please sign in to comment.