cpu/esp8266: remove unneeded Makefile

This commit is contained in:
Leandro Lanzieri 2021-11-30 11:19:45 +01:00
parent 53134d0474
commit 721588b03b
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -1,9 +0,0 @@
MODULE=esp_idf_nvs_flash
include $(RIOTBASE)/Makefile.base
CFLAGS += -DESP_PLATFORM
CXXFLAGS += -std=c++11
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/log/include
INCLUDES += -I$(ESP8266_RTOS_SDK_DIR)/components/nvs_flash/include
INCLUDES += -I$(ESP8266_RTOS_SDK_DIR)/components/spi_flash/include