From 8106974e9022d4c85b06eada5e4a295616699d98 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger Date: Mon, 16 Dec 2013 15:06:31 +0100 Subject: [PATCH] added OFLAGS to Makefile.include for telosb --- boards/telosb/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/telosb/Makefile.include b/boards/telosb/Makefile.include index e07ce0f5da..d0cf653731 100644 --- a/boards/telosb/Makefile.include +++ b/boards/telosb/Makefile.include @@ -23,3 +23,4 @@ export HEXFILE = bin/$(PROJECT).hex export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE) export INCLUDES += -I $(RIOTCPU)/msp430-common/include/ +export OFLAGS = -O ihex