mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 22:44:19 +00:00

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
10 lines
135 B
Makefile
Executable File
10 lines
135 B
Makefile
Executable File
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|