mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 09:52:43 +01:00
10 lines
259 B
Makefile
10 lines
259 B
Makefile
USEMODULE += cpp_new_delete
|
|
USEMODULE += ztimer64_usec
|
|
USEMODULE += timex
|
|
FEATURES_REQUIRED += cpp
|
|
FEATURES_REQUIRED += libstdcpp
|
|
ifneq (,$(filter ztimer_xtimer_compat,$(USEMODULE)))
|
|
# requires 64bit for syscalls
|
|
USEMODULE += ztimer64_xtimer_compat
|
|
endif
|