dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] kbuild: make kernelrelease in unconfigured kernel prints an error

Do not include .config for target kernelrelease

Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
Uwe Zeisberger 2005-11-09 15:54:08 +01:00 committed by Sam Ravnborg
parent ab919c0614
commit ac4d5f74a9
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,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%
cscope TAGS tags help %docs check% kernelrelease
config-targets := 0
mixed-targets := 0