mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
configure debug target for native
This commit is contained in:
parent
1bca52495e
commit
e083e9bcb8
@ -17,7 +17,6 @@ LINKFLAGS += -m32 -gc -ldl
|
||||
TERMPROG = $(BINDIR)/$(PROJECT).elf
|
||||
FLASHER = true
|
||||
|
||||
|
||||
ifneq (,$(findstring nativenet,$(USEMODULE)))
|
||||
ifeq ($(strip $(PORT)),)
|
||||
export PORT = tap0
|
||||
@ -26,4 +25,7 @@ else
|
||||
export PORT =
|
||||
endif
|
||||
|
||||
DEBUGGER = gdb
|
||||
DEBUGGER_FLAGS = $(BINDIR)$(PROJECT).elf
|
||||
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user