mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3f145413f5
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
8 lines
178 B
Makefile
8 lines
178 B
Makefile
export CPU = mips32r2_generic
|
|
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/
|
|
#export USE_HARD_FLOAT = 1
|
|
export USE_DSP = 1
|
|
export USE_UHI_SYSCALLS = 1
|
|
|
|
HEXFILE = $(BINFILE)
|