diff --git a/[refs] b/[refs] index e1aa7c6ef176..20ae91dd3252 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8d400a933fa44e2fba3849b084e1ae5814d7fca +refs/heads/master: a8bac511c8c18878908eb49f33f7257610b15180 diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index c1220419e59d..9f459536f289 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -5,7 +5,7 @@ # mode may be any of: tags, TAGS, cscope # # Uses the following environment variables: -# ARCH, SUBARCH, srctree, src, obj +# ARCH, SUBARCH, SRCARCH, srctree, src, obj if [ "$KBUILD_VERBOSE" = "1" ]; then set -x @@ -70,7 +70,7 @@ find_sources() all_sources() { - find_arch_include_sources ${ARCH} '*.[chS]' + find_arch_include_sources ${SRCARCH} '*.[chS]' if [ ! -z "$archinclude" ]; then find_arch_include_sources $archinclude '*.[chS]' fi