Commit 6b6a462c4ab75c1a5293b22562052cdf0e8bfb22
Committed by
Linus Torvalds
1 parent
82584ef75b
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
Makefile
... | ... | @@ -408,7 +408,7 @@ |
408 | 408 | # of make so .config is not included in this case either (for *config). |
409 | 409 | |
410 | 410 | no-dot-config-targets := clean mrproper distclean \ |
411 | - cscope TAGS tags help %docs check% kernelrelease | |
411 | + cscope TAGS tags help %docs check% | |
412 | 412 | |
413 | 413 | config-targets := 0 |
414 | 414 | mixed-targets := 0 |