summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-264-8/+148
|
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-237-21/+202
| | | | | | | This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed.
* Set Linux kernel version to unknown if it is not detectableManuel Bentele2020-10-141-1/+4
| | | | | | This change will command CMake to set the Linux kernel version to unknown if the kernel version can not be detected from the string defined in KERNEL_BUILD_DIR.
* Added separate Linux kernel install directory and added version to kernel ↵Manuel Bentele2020-10-121-6/+3Star
| | | | modules
* Generate util-linux configuration to build xlosetupManuel Bentele2020-09-161-0/+21