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

8 lines
175 B
Makefile

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