cpu/esp8266: Move common modules fo Makefile.dep

This commit is contained in:
Leandro Lanzieri 2020-03-10 16:57:52 +01:00
parent afc0ad4d57
commit 58320c943e
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3
2 changed files with 11 additions and 11 deletions

View File

@ -2,6 +2,17 @@
include $(RIOTCPU)/esp_common/Makefile.dep
USEMODULE += esp_idf_esp8266
USEMODULE += esp_idf_nvs_flash
USEMODULE += esp_idf_spi_flash
USEMODULE += esp_idf_util
USEMODULE += esp_idf_wpa_supplicant_crypto
USEMODULE += esp_sdk
USEMODULE += mtd
USEMODULE += newlib
USEMODULE += periph_common
USEMODULE += ps
ifneq (,$(filter periph_i2c,$(USEMODULE)))
USEMODULE += esp_i2c_sw
USEMODULE += periph_i2c_sw

View File

@ -28,17 +28,6 @@ TARGET_ARCH ?= xtensa-esp8266-elf
PSEUDOMODULES += esp_sw_timer
USEMODULE += esp_idf_esp8266
USEMODULE += esp_idf_nvs_flash
USEMODULE += esp_idf_spi_flash
USEMODULE += esp_idf_util
USEMODULE += esp_idf_wpa_supplicant_crypto
USEMODULE += esp_sdk
USEMODULE += mtd
USEMODULE += newlib
USEMODULE += periph_common
USEMODULE += ps
INCLUDES += -I$(RIOTCPU)/$(CPU)
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor