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
341 B
Makefile
Raw Normal View History

2020-09-11 14:23:25 +02:00
ifneq (,$(filter picolibc,$(FEATURES_USED)))
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