From d58d8b375ce2ca68c6bc9b97cdfff5c6e11136cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Thu, 14 Mar 2019 17:40:27 +0100 Subject: [PATCH] boards/openmote-b: remove OFLAGS OFLAGS is set by the `.bin` and `.hex` rules no need to define it anymore. --- boards/openmote-b/Makefile.include | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/openmote-b/Makefile.include b/boards/openmote-b/Makefile.include index 48ff10a2d0..4da5e3e7b4 100644 --- a/boards/openmote-b/Makefile.include +++ b/boards/openmote-b/Makefile.include @@ -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)