commit | da7c04083c113c67800f1e13fe92a186e1f9084e | [log] [tgz] |
---|---|---|
author | Aron Griffis <aron@hp.com> | Thu Sep 21 00:27:02 2006 -0400 |
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | Mon Sep 25 10:24:20 2006 +0200 |
tree | 2157eccd667dbd0b2a84830ae7814482879683a3 | |
parent | 39e6e9cf902462abe624735fd95a51b01ceeda6f [diff] |
kbuild: Extend kbuild/defconfig tags support to exuberant ctags The following patch extends kbuild/defconfig tags support to exuberant ctags. The previous support is only for emacs ctags/etags programs. This patch also corrects the kconfig regex for the emacs invocation. Previously it would miss some instances because it assumed /^config instead of /^[ \t]*config Signed-off-by: Aron Griffis <aron@hp.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>