diff options
| author | George Harker <george@george-graphics.co.uk> | 2016-11-04 15:32:57 -0700 |
|---|---|---|
| committer | George Harker <george@george-graphics.co.uk> | 2016-11-04 15:32:57 -0700 |
| commit | 3830299491cf3f13fede4a63e30d33e4cd4d23fc (patch) | |
| tree | 000d0da604aa83b57beca58568cb408e1dc4b362 /arduino-mk-vars.md | |
| parent | bcf664079c9dcbc30a356d4adf2b2c3d161cd18a (diff) | |
add comment on additional vars
Diffstat (limited to 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 8c4d302..d52233b 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -888,6 +888,24 @@ OPTIMIZATION_LEVEL = 3 ---- +### OTHER_LIBS + +**Description:** + +Additional Linker lib flags, for platform support + +Defaults to "" + +**Example:** + +```Makefile +OTHER_LIBS = -lsomeplatformlib +``` + +**Requirement:** *Optional* + +---- + ### CFLAGS_STD **Description:** |
