1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fix FFLAGS

This commit is contained in:
Ludwig Ortmann 2013-12-11 18:20:58 +01:00
parent 33557e1033
commit aec8024776

View File

@ -17,10 +17,7 @@ export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
export LINKFLAGS = -mmcu=$(MCU) -lgcc $(RIOTBASE)/bin/startup.o
export FLASHER = mspdebug
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
export HEXFILE = bin/$(PROJECT).hex
export USEMODULE += msp430_common
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
export FFLAGS = rf2500 "prog $(HEXFILE)"
export OFLAGS = -O ihex