summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-03-02 16:57:52 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 10:47:09 +0100
commitbc75cc6b5636eed5f6a481cba808e906f71cfd94 (patch)
tree4c218a403c4bdf1ce8a108ea6044ab25ad66f275 /Documentation
parent4431d4ce996de2cd2c45583209ba0dbbc9bf2795 (diff)
tags: Add the ability to make tags for all archs using "all"
make ALLSOURCE_ARCHS=all tags - Document this in kbuild.txt Without this change you have to type each arch separately. Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/kbuild.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt
index 84725b72675..634c625da8c 100644
--- a/Documentation/kbuild/kbuild.txt
+++ b/Documentation/kbuild/kbuild.txt
@@ -162,3 +162,7 @@ For tags/TAGS/cscope targets, you can specify more than one arch
to be included in the databases, separated by blank space. E.g.:
$ make ALLSOURCE_ARCHS="x86 mips arm" tags
+
+To get all available archs you can also specify all. E.g.:
+
+ $ make ALLSOURCE_ARCHS=all tags