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

7 lines
164 B
Makefile
Raw Normal View History

INCLUDES += -I$(RIOTCPU)/mips32r2_common/include
2020-06-25 10:17:10 +02:00
ifneq (,$(filter newlib_syscalls_mips_uhi,$(USEMODULE)))
CFLAGS += -DHAVE_HEAP_STATS
LINKFLAGS += -luhi
endif