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:
parent
f01d4cf2ad
commit
9a7902740a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user