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
2021-08-25 10:53:00 +02:00

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