summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2005-12-12 00:37:03 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-12-12 08:57:42 -0800
commit6b6a462c4ab75c1a5293b22562052cdf0e8bfb22 (patch)
tree51cbda219d791b13aad398fa8478403decba2e96 /Makefile
parent82584ef75b7c14f22028595b0e8aa904464c5240 (diff)
downloadlinux-3.10-6b6a462c4ab75c1a5293b22562052cdf0e8bfb22.tar.gz
linux-3.10-6b6a462c4ab75c1a5293b22562052cdf0e8bfb22.tar.bz2
linux-3.10-6b6a462c4ab75c1a5293b22562052cdf0e8bfb22.zip
[PATCH] KERNELRELEASE depends on CONFIG_LOCALVERSION
Sam Ravnborg <sam@ravnborg.org> writes: > Author: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> > > [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 <schwab@suse.de> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1c458c2522..ad457e1bd0d 100644
--- a/Makefile
+++ b/Makefile
@@ -408,7 +408,7 @@ outputmakefile:
# of make so .config is not included in this case either (for *config).
no-dot-config-targets := clean mrproper distclean \
- cscope TAGS tags help %docs check% kernelrelease
+ cscope TAGS tags help %docs check%
config-targets := 0
mixed-targets := 0