boards/openmote-b: remove OFLAGS
OFLAGS is set by the `.bin` and `.hex` rules no need to define it anymore.
This commit is contained in:
parent
e3152d21b7
commit
d58d8b375c
@ -26,7 +26,6 @@ else ifeq ($(PROGRAMMER),jlink)
|
|||||||
export RESET = $(RIOTBOARD)/$(BOARD)/dist/reset.sh
|
export RESET = $(RIOTBOARD)/$(BOARD)/dist/reset.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export OFLAGS = -O binary
|
|
||||||
export HEXFILE = $(ELFFILE:.elf=.bin)
|
export HEXFILE = $(ELFFILE:.elf=.bin)
|
||||||
export DEBUGGER_FLAGS = $(BINDIR) $(ELFFILE)
|
export DEBUGGER_FLAGS = $(BINDIR) $(ELFFILE)
|
||||||
export RESET_FLAGS = $(BINDIR)
|
export RESET_FLAGS = $(BINDIR)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user