X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=9428ec3b611ae96f58b5ee0eaded566a8d69ba6f;hb=773dfd2223e30dcbc254e71b123a5b24d8adef7e;hp=b37d0e8fc61d5422eb03b7a00ad6ee991b66f103;hpb=00aff6836241ae5654895dcea10e6d4fc5878ca6;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/Makefile b/Makefile index b37d0e8..9428ec3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 0 -EXTRAVERSION = -rc6 +SUBLEVEL = 22 +EXTRAVERSION = NAME = Kleptomaniac Octopus # *DOCUMENTATION* @@ -917,6 +917,9 @@ ifeq ($(CONFIG_RELR),y) LDFLAGS_vmlinux += --pack-dyn-relocs=relr endif +# make the checker run with the right architecture +CHECKFLAGS += --arch=$(ARCH) + # insure the checker run with the right endianness CHECKFLAGS += $(if $(CONFIG_CPU_BIG_ENDIAN),-mbig-endian,-mlittle-endian)