]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Makefile
booke/powerpc: define wimge shift mask to fix compilation error
[karo-tx-linux.git] / Makefile
index 20c3379ac1ec973947beb1ad00ab1bbcc8279979..97b286128c1e869a2c69bc4a411ea19f6ef74d8b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VERSION = 3
-PATCHLEVEL = 15
+PATCHLEVEL = 16
 SUBLEVEL = 0
 EXTRAVERSION = -rc1
 NAME = Shuffling Zombie Juror
@@ -684,7 +684,7 @@ endif
 
 ifdef CONFIG_DEBUG_INFO
 KBUILD_CFLAGS  += -g
-KBUILD_AFLAGS  += -Wa,--gdwarf-2
+KBUILD_AFLAGS  += -Wa,-gdwarf-2
 endif
 
 ifdef CONFIG_DEBUG_INFO_REDUCED