Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac4d5f74 authored by Uwe Zeisberger's avatar Uwe Zeisberger Committed by Sam Ravnborg
Browse files

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



Do not include .config for target kernelrelease

Signed-off-by: default avatarUwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ab919c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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