mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:12:45 +01:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
USEMODULE += periph
|
|
|
|
FEATURES_REQUIRED += periph_clic
|
|
|
|
ifneq (,$(filter periph_pm,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_wdt
|
|
endif
|
|
|
|
include $(RIOTCPU)/riscv_common/Makefile.dep
|