1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/Makefile.dep
2020-02-21 09:09:34 +01:00

9 lines
183 B
Makefile

# additional modules dependencies
include $(RIOTCPU)/esp_common/Makefile.dep
ifneq (,$(filter periph_i2c,$(USEMODULE)))
USEMODULE += esp_i2c_sw
USEMODULE += periph_i2c_sw
endif