mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
164 B
Makefile
7 lines
164 B
Makefile
INCLUDES += -I$(RIOTCPU)/mips32r2_common/include
|
|
|
|
ifneq (,$(filter newlib_syscalls_mips_uhi,$(USEMODULE)))
|
|
CFLAGS += -DHAVE_HEAP_STATS
|
|
LINKFLAGS += -luhi
|
|
endif
|