1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/cpp11_mutex/Makefile
Francisco Molina 0819660303 sys/syscalls: add libc_gettimeofday
Conditionally implement gettimeofday() if module is included, this
avoids including ztimer64 even when not needed
2022-03-24 11:36:49 +01:00

8 lines
149 B
Makefile

include ../Makefile.tests_common
USEMODULE += cpp11-compat
USEMODULE += xtimer
USEMODULE += libc_gettimeofday
include $(RIOTBASE)/Makefile.include