X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=9428ec3b611ae96f58b5ee0eaded566a8d69ba6f;hb=fca1cdd3417e22d8f7be1f4f5d11ff7a4c1d2141;hp=b37d0e8fc61d5422eb03b7a00ad6ee991b66f103;hpb=b584a17628b0bf4b04ceba066dd1a69c5f097276;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)