1
0
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:
Ludwig Ortmann 2014-01-30 11:34:04 +01:00
parent 1bca52495e
commit e083e9bcb8

View File

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