add comment on additional vars
This commit is contained in:
parent
bcf664079c
commit
3830299491
1 changed files with 18 additions and 0 deletions
|
@ -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
|
### CFLAGS_STD
|
||||||
|
|
||||||
**Description:**
|
**Description:**
|
||||||
|
|
Loading…
Reference in a new issue