X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=bafc3d9b22d3bdc944b8b160808bd6cc2a852d0c;hb=1616bc22bdc75b9ceefa06fa133949fd6bcd1c3f;hp=8e289d566429bc535be0da7c5b056b86881ab6c0;hpb=45cd824a30a8f289e9f7786574a9f29dbded8211;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index 8e289d566429..bafc3d9b22d3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 4 -SUBLEVEL = 35 +SUBLEVEL = 55 EXTRAVERSION = NAME = Blurry Fish Butt @@ -259,6 +259,11 @@ ifneq ($(wildcard $(srctree)/../prebuilts/gcc/linux-x86/aarch64/aarch64-linux-an CROSS_COMPILE ?= $(srctree)/../prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android- endif endif +ifeq ($(ARCH),arm) +ifneq ($(wildcard $(srctree)/../prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9),) +CROSS_COMPILE ?= $(srctree)/../prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androidkernel- +endif +endif CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%) # Architecture as present in compile.h