]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - Makefile
input: misc: Changed sysfs permissions
[linux-2.6.git] / Makefile
index a75e58b704cc1a84e7c379f7676d30f5eee7d5be..eb977210ff95332baffe7f2edc5b2948c2f0322d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION = 3
 PATCHLEVEL = 4
-SUBLEVEL = 2
+SUBLEVEL = 10
 EXTRAVERSION =
 NAME = Saber-toothed Squirrel
 
@@ -561,8 +561,12 @@ all: vmlinux
 ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
 KBUILD_CFLAGS  += -Os
 else
+ifdef CONFIG_LESS_GCC_OPT
+KBUILD_CFLAGS  += -O1
+else
 KBUILD_CFLAGS  += -O2
 endif
+endif
 
 # conserve stack if available
 # do this early so that an architecture can override it.