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

6 lines
155 B
Makefile
Raw Normal View History

export CPU = mips32r2_common
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/
2017-04-10 11:59:40 +02:00
#export USE_HARD_FLOAT = 1
export USE_DSP = 1
2017-04-10 11:59:40 +02:00
export USE_UHI_SYSCALLS = 1