| Age | Commit message (Collapse) | Author |
|
|
|
Use rm -f on generated header incase the generated header file does not
exist.
|
|
|
|
Initial support for Kconfiglib has been added. This includes menuconfig,
savedefconfig, defconfig, and config.h generation.
|
|
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.
|
|
Added GNU Makefile templates for quick building programs, static
libraries, & shared libraries.
|
|
|