mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
11 lines
215 B
Makefile
11 lines
215 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
# Only newlib and picolib provide mallinfo
|
|
ifeq (,$(filter newlib picolibc,$(USEMODULE)))
|
|
CFLAGS += -DNO_MALLINFO
|
|
endif
|