aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 929d805b4f62..6cc5b2434224 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 4 1VERSION = 4
2PATCHLEVEL = 0 2PATCHLEVEL = 0
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = -rc1 4EXTRAVERSION =
5NAME = Hurr durr I'ma sheep 5NAME = Hurr durr I'ma sheep
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -777,6 +777,7 @@ KBUILD_ARFLAGS := $(call ar-option,D)
777# check for 'asm goto' 777# check for 'asm goto'
778ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y) 778ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y)
779 KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO 779 KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO
780 KBUILD_AFLAGS += -DCC_HAVE_ASM_GOTO
780endif 781endif
781 782
782include scripts/Makefile.kasan 783include scripts/Makefile.kasan