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