mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3b1c3dab4b
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
4 lines
83 B
Makefile
Executable File
4 lines
83 B
Makefile
Executable File
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|