diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 4 | 1 | VERSION = 4 |
2 | PATCHLEVEL = 0 | 2 | PATCHLEVEL = 0 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = -rc1 | 4 | EXTRAVERSION = |
5 | NAME = Hurr durr I'ma sheep | 5 | NAME = 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' |
778 | ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y) | 778 | ifeq ($(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 | ||
780 | endif | 781 | endif |
781 | 782 | ||
782 | include scripts/Makefile.kasan | 783 | include scripts/Makefile.kasan |