1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 17:12:43 +01:00
RIOT/drivers/periph_common/Makefile.dep

5 lines
153 B
Makefile

# Always use periph_gpio_irq_unmask, if available
ifneq (,$(filter periph_gpio_ll%,$(USEMODULE)))
FEATURES_OPTIONAL += periph_gpio_ll_irq_unmask
endif