1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/cpu/fe310/Makefile.dep
2020-08-31 16:26:43 +02:00

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