Merge branch 'bugfix/minor_fixes_github' into 'master'

Minor fixes from github

See merge request !1638
This commit is contained in:
Angus Gratton
2017-12-11 12:51:41 +08:00
4 changed files with 22 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ Minimal Component Makefile
The minimal ``component.mk`` file is an empty file(!). If the file is empty, the default component behaviour is set:
- All source files in the same directory as the makefile (``*.c``, ``*.cpp``, ``*.S``) will be compiled into the component library
- All source files in the same directory as the makefile (``*.c``, ``*.cpp``, ``*.cc``, ``*.S``) will be compiled into the component library
- A sub-directory "include" will be added to the global include search path for all other components.
- The component library will be linked into the project app.