1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/aip31068/Makefile.dep

9 lines
158 B
Makefile
Raw Normal View History

2020-09-07 15:09:18 +02:00
FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer
ifeq (esp32,$(CPU))
# necessary to fix driver initialization on esp32
USEMODULE += esp_i2c_hw
endif