From: Masatake YAMATO Date: Thu, 22 Jun 2006 03:21:20 +0000 (+0900) Subject: kbuild: adding symbols in Kconfig and defconfig to TAGS X-Git-Tag: v2.6.18-rc1~602^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e838db685fcfd2e9a0548ffc5cb9447e6c3c11be;p=pandora-kernel.git kbuild: adding symbols in Kconfig and defconfig to TAGS 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. Signed-off-by: Masatake YAMATO Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed