From 9a7902740a9e0c70cbc968fa2fadac9701b60da8 Mon Sep 17 00:00:00 2001
From: Martin Lenders <mail@martin-lenders.de>
Date: Mon, 29 Jul 2013 17:51:19 +0200
Subject: [PATCH] Allow native port to link additional libs from app

Might come handy for e.g. testing frameworks
---
 native/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/Makefile.include b/native/Makefile.include
index e8e5d48e4d..1a5b2e4d2d 100644
--- a/native/Makefile.include
+++ b/native/Makefile.include
@@ -14,7 +14,7 @@ export OBJCOPY = $(PREFIX)objcopy
 FLASHER = lpc2k_pgm
 TERM = pyterm.py
 
-LINKFLAGS = -m32 -gc
+LINKFLAGS += -m32 -gc
 
 ifeq ($(strip $(PORT)),)
 	export PORT = /dev/ttyUSB0
-- 
GitLab