From: Joonsoo Kim Date: Mon, 10 Dec 2012 15:11:45 +0000 (+0900) Subject: scripts/tags.sh: Support subarch for ARM X-Git-Tag: v3.8-rc1~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596585090a6d7f0a62b4e5864ad8cedf1af964d1;p=pandora-kernel.git scripts/tags.sh: Support subarch for ARM Current tags.sh doesn't handle subarch for ARM. There are too many subarch on ARM, it is hard that we locate some functions which are defined in every subarch with tags util family. Therefore support subarch for removing this unconvenience. We can use ARM subarch functionality like below. "make cscope O=. SRCARCH=arm SUBARCH=xxx" Signed-off-by: Joonsoo Kim Signed-off-by: Michal Marek --- Reading git-diff-tree failed