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

8 lines
166 B
Makefile
Raw Normal View History

INCLUDES += -I$(RIOTCPU)/mips32r2_common/include
ifeq ($(USE_UHI_SYSCALLS),1)
#Use UHI to handle syscalls
LINKFLAGS += -luhi
CFLAGS += -DHAVE_HEAP_STATS
endif