mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
285 B
Makefile
6 lines
285 B
Makefile
INCLUDES += -I$(RIOTCPU)/mips32r2_common/include
|
|
|
|
# NOTE: This can be turned into normal conditional syntax once #9913 is fixed
|
|
CFLAGS += $(if $(filter newlib_syscalls_mips_uhi,$(USEMODULE)),-DHAVE_HEAP_STATS,)
|
|
LINKFLAGS += $(if $(filter newlib_syscalls_mips_uhi,$(USEMODULE)),-luhi,)
|