mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
INCLUDES += -I$(RIOTCPU)/mips32r2_common/include
|
|
|
|
ifeq ($(USE_UHI_SYSCALLS),1)
|
|
#Use UHI to handle syscalls
|
|
LINKFLAGS += -luhi
|
|
CFLAGS += -DHAVE_HEAP_STATS
|
|
endif
|