Skip to content

Commit 3830299

Browse files
committed
add comment on additional vars
1 parent bcf6640 commit 3830299

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

arduino-mk-vars.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,24 @@ OPTIMIZATION_LEVEL = 3
888888

889889
----
890890

891+
### OTHER_LIBS
892+
893+
**Description:**
894+
895+
Additional Linker lib flags, for platform support
896+
897+
Defaults to ""
898+
899+
**Example:**
900+
901+
```Makefile
902+
OTHER_LIBS = -lsomeplatformlib
903+
```
904+
905+
**Requirement:** *Optional*
906+
907+
----
908+
891909
### CFLAGS_STD
892910

893911
**Description:**

0 commit comments

Comments
 (0)