| Age | Commit message (Collapse) | Author |
|
Transitioned from awk to gawk for the time being to use gensub cross
platform. Also, now verify that the defconfig specified exists and if it
does not, then an error message is printed.
|
|
When building, the cmake environment would rerun the configuration
stage, including sourcing the original defconfig and overriding the
local .config. Now the config.cmake is generated when the defconfig is
sourced, and if it exists already, then the defconfig is ignored.
|
|
Support for savedefconfig target added to cmake.
|
|
Rerun the cmake command after genconfig runs, allowing cmake
configurations to be stored in the defconfig files.
|
|
Support for menuconfig and genconfg as targets in cmake.
|
|
|
|
|
|
|