X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=6fccf653177055cb4e250096d33df5eeb21a8671;hb=c8d6553b9580188a1324486173d79c0f8642e870;hp=d69266c406919bbb7c626ad71dee826088543bc5;hpb=6a244cadb00fa1abc31dcae6f771f4a7b9e86a1b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index d69266c..6fccf65 100644 --- a/Makefile +++ b/Makefile @@ -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/ \