Re: Adding symbols in Kconfig and defconfig to TAGS

From: Sam Ravnborg
Date: Sat Jun 24 2006 - 17:52:05 EST


On Thu, Jun 22, 2006 at 12:21:20PM +0900, Masatake YAMATO wrote:
> I'm using TAGS generated from "make TAGS" to read the kernel source code.
>
> When I met a ifdef block
>
> #ifdef CONFIG_FOO
> ...
> #endif
>
> in the soruce code I would like to know the meaning CONFIG_FOO
> to decide whether I should read inside the ifdef block
> or not. meaning CONFIG_FOO is well documented in Kconfig.
> So it is nice if I can jump to CONFIG_FOO entry in Kconfig
> from "#ifdef CONFIG_FOO" with the tag jump.
>
> Here is the patch to add symbols in Kconfig and defconfig to TAGS
> in "make TAGS" operation.

Applied after fixing 80 coloumn breakage.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/