summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2014-06-16 15:45:29 +0200
committerMichal Marek <mmarek@suse.cz>2014-06-16 15:45:29 +0200
commitd54578541a3647068abdc332aae1b4ed20daa308 (patch)
tree958f8e5828ea5ba0960a4251038090e7e3a54d3f /Makefile
parente8253632714b4f71ea8cba158d243d83bd19705b (diff)
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
Merge v3.16-rc1 into kbuild/for-next
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 11a668823a07..dee3a2635398 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
VERSION = 3
-PATCHLEVEL = 15
+PATCHLEVEL = 16
SUBLEVEL = 0
EXTRAVERSION = -rc1
NAME = Shuffling Zombie Juror
@@ -700,7 +700,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