Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 1cb86b6 ("kbuild: save overridden KERNELRELEASE in include/config/kernel.release") Signed-off-by: Tzafrir Cohen <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information