kbuild: move tags from ARCH and include/ ahead of drivers
authorDon Mullis <dwm@meer.net>
Thu, 4 Jan 2007 18:14:52 +0000 (10:14 -0800)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 2 May 2007 18:58:09 +0000 (20:58 +0200)
commitdd7e54ade8f515ec38d5dc2129705352e2296f8e
treed40d92a8970b4d5b791add4ca640df8a08837617
parent2a11665945d510e1a4df8dc44dc3668b01945ade
kbuild: move tags from ARCH and include/ ahead of drivers

Move tags extracted from the ARCH and include/ sub-trees ahead of
those from device drivers, so that the former will appear first
during searches.

Saves user time during interactive searches for certain patterns
that happen to find unwanted matches in driver files.

Example in emacs:
 "M-x find-tag PAGE_SIZE"
 "M-1 M-." (repeated until definition from asm-i386/page.h appears)

Signed-off-by: Don Mullis <dwm@meer.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile