From 3830299491cf3f13fede4a63e30d33e4cd4d23fc Mon Sep 17 00:00:00 2001 From: George Harker Date: Fri, 4 Nov 2016 15:32:57 -0700 Subject: [PATCH] add comment on additional vars --- arduino-mk-vars.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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:**