]> granicus.if.org Git - esp-idf/commit
Name component makefiles component.mk instead of Makefile
authorAngus Gratton <angus@espressif.com>
Wed, 31 Aug 2016 23:19:06 +0000 (09:19 +1000)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:41:19 +0000 (13:41 +1000)
commit3b1c3dab4b7b40fe805b39bd572da38540cf8441
treec8b327526488a117e3262491de3d48f1d1f02a3b
parent71785378bc02ce65940252daca177b95e005fcee
Name component makefiles component.mk instead of Makefile

Fixes problems with Eclipse trying to build in directories it shouldn't.

This is a breaking change for existing repositories, they need to rename
any component Makefiles to component.mk and rename their references to
$(IDF_PATH)/make/component.mk to $(IDF_PATH)/make/component_common.mk
12 files changed:
README.buildenv
components/bootloader/src/main/component.mk [moved from components/bootloader/src/main/Makefile with 86% similarity]
components/esp32/component.mk [moved from components/esp32/Makefile with 96% similarity]
components/freertos/component.mk [moved from components/freertos/Makefile with 80% similarity]
components/lwip/component.mk [moved from components/lwip/Makefile with 84% similarity]
components/newlib/component.mk [moved from components/newlib/Makefile with 77% similarity]
components/nvs_flash/component.mk [moved from components/nvs_flash/Makefile with 66% similarity]
components/spi_flash/Makefile [deleted file]
components/spi_flash/component.mk [new file with mode: 0755]
components/tcpip_adapter/component.mk [moved from components/tcpip_adapter/Makefile with 56% similarity]
make/component_common.mk [moved from make/component.mk with 100% similarity]
make/project.mk