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

11 lines
203 B
Makefile

USEMODULE += periph
USEPKG += nmsis_sdk
FEATURES_REQUIRED += periph_clic
ifneq (,$(filter periph_pm,$(USEMODULE)))
FEATURES_REQUIRED += periph_wdt
endif
include $(RIOTCPU)/riscv_common/Makefile.dep