summaryrefslogtreecommitdiff
path: root/example/Makefile
AgeCommit message (Collapse)Author
2026-03-07feat: Kconfig support addedJacob McDonnell
Initial support for Kconfiglib has been added. This includes menuconfig, savedefconfig, defconfig, and config.h generation.
2026-03-07feat: Subdir template addedJacob McDonnell
A template for calling Makefiles in subdirectories has been added. This allows a top directory makefile to list subdirectories and call rules like all, clean, install, & uninstall.