kbuild: Extend kbuild/defconfig tags support to exuberant ctags
authorAron Griffis <aron@hp.com>
Thu, 21 Sep 2006 04:27:02 +0000 (00:27 -0400)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 08:24:20 +0000 (10:24 +0200)
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>
Makefile

diff --cc Makefile
Simple merge