1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mips-malta/Makefile.include
Gaëtan Harter 78fdc49b32
boards/mips-malta: set FLASHFILE
Set FLASHFILE to the file that was generated before.

It still need to have HEXFILE=$(BINFILE) as it cannot generate a hex file.
2019-06-17 18:52:41 +02:00

11 lines
340 B
Makefile

export CPU = mips32r2_generic
#export USE_HARD_FLOAT = 1
export USE_DSP = 1
export USE_UHI_SYSCALLS = 1
HEXFILE = $(BINFILE)
# Not sure if the file used for flashing is BINFILE (there is no flasher).
# I chose this one as HEXFILE was overwritten to BINFILE so it keeps the
# same behavior of generating the '.bin'.
FLASHFILE ?= $(BINFILE)