X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=6fccf653177055cb4e250096d33df5eeb21a8671;hb=4ca3a69bcb6875c3f20802522c1b4fc56bb14608;hp=54dfde5e9f9e10dbada7845c0d1d4f974b46d4ab;hpb=89dfe564b5926297ee29b973fe75e25c83c5e615;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 54dfde5..6fccf65 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = Unicycling Gorilla # *DOCUMENTATION* @@ -165,7 +165,8 @@ export srctree objtree VPATH # then ARCH is assigned, getting whatever value it gets normally, and # SUBARCH is subsequently ignored. -SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ +SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ + -e s/sun4u/sparc64/ \ -e s/arm.*/arm/ -e s/sa110/arm/ \ -e s/s390x/s390/ -e s/parisc64/parisc/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \