Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100502
b: refs/heads/master
c: 9d0a420
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent 6c2933d commit a808e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 92205c2343527a863d660360599a4bf8cede77b0
refs/heads/master: 9d0a420b737f72d84fabebf29634d800cbf54538
3 changes: 2 additions & 1 deletion trunk/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \

ifdef CONFIG_FTRACE
# Do not profile string.o, since it may be used in early boot or vdso
# Also do not profile any debug utilities
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(if $(subst string,,$(basename $(notdir $@))), \
KBUILD_CFLAGS = $(if $(filter-out %debug debug% string%,$(basename $(notdir $@))), \
$(ORIG_CFLAGS), \
$(subst -pg,,$(ORIG_CFLAGS)))
endif
Expand Down

0 comments on commit a808e22

Please sign in to comment.