Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Makefile: Make kernelrelease target work with M=

That commit required the use of filechk_kernel.release for the
kernelrelease Makefile target. It is currently only being set when
KBUILD_EXTMOD is not set. Make sure it is set in that case as well.

Fixes: 1cb86b6c3136 ("kbuild: save overridden KERNELRELEASE in include/config/kernel.release")
Signed-off-by: Tzafrir Cohen <nvidia@cohens.org.il>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Tzafrir Cohen and committed by
Masahiro Yamada
c753ccb2 ee06a3ef

+2
+2
Makefile
··· 1886 1886 1887 1887 else # KBUILD_EXTMOD 1888 1888 1889 + filechk_kernel.release = echo $(KERNELRELEASE) 1890 + 1889 1891 ### 1890 1892 # External module support. 1891 1893 # When building external modules the kernel used as basis is considered