X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=3ba15c3528c84eb6a26eeb9f15b86b4c4ead736d;hb=506355630487f6d21c79aa1636d0f4feb1c65b6f;hp=1d5298356ea8c75ce4441de8c373555ceea93b46;hpb=100d46bd72ec689a5582c2f5f4deadc5bcb92d60;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/Makefile b/Makefile index 1d52983..3ba15c3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 0 -EXTRAVERSION = -rc7 +SUBLEVEL = 9 +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)