mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|