summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-28fix: awk -> gawk & verify defconfig existsJacob McDonnell
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.
2026-02-26fix: No Longer Resourcing Defconfig during buildJacob McDonnell
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.
2026-02-26feat: savedefconfig targetJacob McDonnell
Support for savedefconfig target added to cmake.
2026-02-25feat: rerun cmake after genconfig targetJacob McDonnell
Rerun the cmake command after genconfig runs, allowing cmake configurations to be stored in the defconfig files.
2026-02-25feat: Support for menuconfig & genconfigJacob McDonnell
Support for menuconfig and genconfg as targets in cmake.
2026-02-25build(submodules): Added Kconfiglib as submoduleJacob McDonnell
2026-02-25docs(LICENSE): Added MIT License fileJacob McDonnell
2026-02-25docs(README.md): Initial README.md fileJacob McDonnell