xref: /OK3568_Linux_fs/kernel/arch/s390/boot/version.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun #include <generated/utsrelease.h>
3*4882a593Smuzhiyun #include <generated/compile.h>
4*4882a593Smuzhiyun #include "boot.h"
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun const char kernel_version[] = UTS_RELEASE
7*4882a593Smuzhiyun 	" (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION;
8