X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=b3bc9d907bed39dcec378b3431558ba3b28406b9;hb=37238449af786e1be06f193ab54a60a39a776826;hp=91297670da8e0abc2588548e8865fe98e3c1faf2;hpb=7fcb1c950e98e47918e86a5aa7b8fcc283ec6629;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/Makefile b/Makefile index 9129767..b3bc9d9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 15 -SUBLEVEL = 0 -EXTRAVERSION = -rc6 -NAME = Opossums on Parade +SUBLEVEL = 51 +EXTRAVERSION = +NAME = Trick or Treat # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -811,6 +811,9 @@ endif KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) +# These result in bogus false positives +KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer) + ifdef CONFIG_FRAME_POINTER KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls else @@ -1160,7 +1163,7 @@ KBUILD_MODULES := 1 autoksyms_recursive: descend modules.order $(Q)$(CONFIG_SHELL) $(srctree)/scripts/adjust_autoksyms.sh \ - "$(MAKE) -f $(srctree)/Makefile vmlinux" + "$(MAKE) -f $(srctree)/Makefile autoksyms_recursive" endif autoksyms_h := $(if $(CONFIG_TRIM_UNUSED_KSYMS), include/generated/autoksyms.h)