1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #15 from authmillenon/master

Allow native port to link additional libs from app
This commit is contained in:
Martin Lenders 2013-07-29 16:19:13 -07:00
commit cb2ea424fc

View File

@ -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