1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Allow native port to link additional libs from app

Might come handy for e.g. testing frameworks
This commit is contained in:
Martin Lenders 2013-07-29 17:51:19 +02:00
parent f01d4cf2ad
commit 9a7902740a

View File

@ -14,7 +14,7 @@ export OBJCOPY = $(PREFIX)objcopy
FLASHER = lpc2k_pgm FLASHER = lpc2k_pgm
TERM = pyterm.py TERM = pyterm.py
LINKFLAGS = -m32 -gc LINKFLAGS += -m32 -gc
ifeq ($(strip $(PORT)),) ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0 export PORT = /dev/ttyUSB0