summaryrefslogtreecommitdiffstats
path: root/scripts/tags.sh
Commit message (Collapse)AuthorAgeFilesLines
* tags: Process Kconfig files in a single passAntony Pavlov2017-03-301-7/+2
| | | | | | | | | | | | | | | This is an adoption of the linux kernel commit | commit a281b8569e9eb4beb1651c92145271555ba05f0c | Author: Michal Marek <mmarek@suse.com> | Date: Wed Oct 14 11:17:13 2015 +0200 | | tags: Process Kconfig files in a single pass | | Signed-off-by: Michal Marek <mmarek@suse.com> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* tags: Do not try to index defconfigsAntony Pavlov2017-03-301-12/+0
| | | | | | | | | | | | | | | | | | | This is an adoption of the linux kernel commit | commit ab9ca615f5f4053417cba464015bf2d7334a2371 | Author: Michal Marek <mmarek@suse.com> | Date: Thu Oct 15 11:14:02 2015 +0200 | | tags: Do not try to index defconfigs | | The defconfig files are in predictable locations, so there is no need to | index them. Plus, the script was only looking for files named | 'defconfig', which only works on a few architectures nowadays. | | Signed-off-by: Michal Marek <mmarek@suse.com> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts/tags.sh: drop __TestClearPage*() helpersAntony Pavlov2017-03-301-2/+0
| | | | | | | | | | | | | | | | | | | This is an adoption of the linux kernel commit | commit 685eaade56c66c806dbe8102f12e2926cf4ec870 | Author: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | Date: Fri Jan 15 16:52:10 2016 -0800 | | page-flags: drop __TestClearPage*() helpers | | Nobody uses them. | | Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | Signed-off-by: Andrew Morton <akpm@linux-foundation.org> | Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Makefile: move ctags and cscope support to a shell scriptAntony Pavlov2012-12-031-0/+265
The scripts/tags.sh file copied from linux-3.6. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>