From: Ian Campbell Date: Tue, 28 Oct 2008 13:36:25 +0000 (+0000) Subject: kbuild: do not include arch//include/asm in find-sources twice. X-Git-Tag: v2.6.28-rc3~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de2addf592894b31b8149cca008f00d8102401e9;p=pandora-kernel.git kbuild: do not include arch//include/asm in find-sources twice. Architectures which have moved their includes to arch//include now list the headers twice in the source listing used by "make cscope" and friends, causing those tools to list symbols twice. Skipping these files in the ALLSOURCE_ARCHS pass rather than removing the ALLINCLUDE_ARCHS pass preserves the semantics of the later. Signed-off-by: Ian Campbell Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed