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:
Gaëtan Harter 2019-03-14 17:40:27 +01:00
parent e3152d21b7
commit d58d8b375c
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -26,7 +26,6 @@ else ifeq ($(PROGRAMMER),jlink)
export RESET = $(RIOTBOARD)/$(BOARD)/dist/reset.sh
endif
export OFLAGS = -O binary
export HEXFILE = $(ELFFILE:.elf=.bin)
export DEBUGGER_FLAGS = $(BINDIR) $(ELFFILE)
export RESET_FLAGS = $(BINDIR)