]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Makefile
hwmon: (fschmd) Convert to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / Makefile
index bd2aa14f1e7751f2db525f588b115e8eb56f4391..8a2a275be304113f65016501efbf040fa69b144f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
+FRED=42
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 26
-EXTRAVERSION = -rc9
+EXTRAVERSION =
 NAME = Rotary Wombat
 
 # *DOCUMENTATION*
@@ -528,6 +529,10 @@ KBUILD_CFLAGS      += -g
 KBUILD_AFLAGS  += -gdwarf-2
 endif
 
+ifdef CONFIG_FTRACE
+KBUILD_CFLAGS  += -pg
+endif
+
 # We trigger additional mismatches with less inlining
 ifdef CONFIG_DEBUG_SECTION_MISMATCH
 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)