1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/fe310/Makefile.dep

18 lines
317 B
Makefile

ifeq (1,$(PICOLIBC))
USEMODULE += picolibc
else
USEMODULE += newlib_nano
USEMODULE += newlib_syscalls_fe310
endif
USEMODULE += sifive_drivers_fe310
USEMODULE += periph
USEMODULE += periph_pm
FEATURES_REQUIRED += periph_plic
ifneq (,$(filter periph_rtc,$(USEMODULE)))
FEATURES_REQUIRED += periph_rtt
endif