Home
last modified time | relevance | path

Searched hist:dd7e54ade8f515ec38d5dc2129705352e2296f8e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefiledd7e54ade8f515ec38d5dc2129705352e2296f8e Thu Jan 04 12:14:52 CST 2007 Don Mullis <dwm@meer.net> 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>