RIOT/drivers/ina3221/Makefile.dep
2020-07-20 14:32:16 +02:00

7 lines
150 B
Makefile

FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_i2c
ifneq (,$(filter ina3221_alerts,$(USEMODULE)))
USEMODULE += periph_gpio_irq
endif