From: Andreas Schwab Date: Mon, 12 Dec 2005 08:37:03 +0000 (-0800) Subject: [PATCH] KERNELRELEASE depends on CONFIG_LOCALVERSION X-Git-Tag: v2.6.15-rc6~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6a462c4ab75c1a5293b22562052cdf0e8bfb22;p=pandora-kernel.git [PATCH] KERNELRELEASE depends on CONFIG_LOCALVERSION Sam Ravnborg writes: > Author: Uwe Zeisberger > > [PATCH] kbuild: make kernelrelease in unconfigured kernel prints an error > > Do not include .config for target kernelrelease This is wrong. KERNELRELEASE depends on CONFIG_LOCALVERSION, thus you need .config. Signed-off-by: Andreas Schwab Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed