mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
Conditionally implement gettimeofday() if module is included, this avoids including ztimer64 even when not needed
8 lines
149 B
Makefile
8 lines
149 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += cpp11-compat
|
|
USEMODULE += xtimer
|
|
USEMODULE += libc_gettimeofday
|
|
|
|
include $(RIOTBASE)/Makefile.include
|