summaryrefslogtreecommitdiff
path: root/src/Makefile.defs
Commit message (Collapse)AuthorAge
* altos: Allow applications to override newlib printf selectionKeith Packard2019-02-21
| | | | | | | Re-defining NEWLIB_PRINTF_CFLAGS will allow applications to select printf with floating point support if desired. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
This cleans up the build process for all architectures, providing a common place to specify vpath, cflags and build rules for various common files. Signed-off-by: Keith Packard <keithp@keithp.com>