xref: /openbmc/linux/arch/x86/boot/version.c (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
197873a3dSThomas Gleixner // SPDX-License-Identifier: GPL-2.0-only
296ae6ea0SThomas Gleixner /* -*- linux-c -*- ------------------------------------------------------- *
396ae6ea0SThomas Gleixner  *
496ae6ea0SThomas Gleixner  *   Copyright (C) 1991, 1992 Linus Torvalds
596ae6ea0SThomas Gleixner  *   Copyright 2007 rPath, Inc. - All Rights Reserved
696ae6ea0SThomas Gleixner  *
796ae6ea0SThomas Gleixner  * ----------------------------------------------------------------------- */
896ae6ea0SThomas Gleixner 
996ae6ea0SThomas Gleixner /*
1096ae6ea0SThomas Gleixner  * Kernel version string
1196ae6ea0SThomas Gleixner  */
1296ae6ea0SThomas Gleixner 
1396ae6ea0SThomas Gleixner #include "boot.h"
14*2df8220cSMasahiro Yamada #include <generated/utsversion.h>
15273b281fSSam Ravnborg #include <generated/utsrelease.h>
1692045954SSam Ravnborg #include <generated/compile.h>
1796ae6ea0SThomas Gleixner 
1896ae6ea0SThomas Gleixner const char kernel_version[] =
1996ae6ea0SThomas Gleixner 	UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "
2096ae6ea0SThomas Gleixner 	UTS_VERSION;
21