diff --git a/components/expat/Makefile b/components/expat/component.mk similarity index 91% rename from components/expat/Makefile rename to components/expat/component.mk index 81990aa599..69595d7b27 100644 --- a/components/expat/Makefile +++ b/components/expat/component.mk @@ -12,4 +12,4 @@ COMPONENT_SRCDIRS := library port CFLAGS += -Wno-error=address -Waddress -DHAVE_EXPAT_CONFIG_H -include $(IDF_PATH)/make/component.mk +include $(IDF_PATH)/make/component_common.mk diff --git a/components/json/Makefile b/components/json/component.mk similarity index 90% rename from components/json/Makefile rename to components/json/component.mk index ebddafdd1c..311a902f99 100644 --- a/components/json/Makefile +++ b/components/json/component.mk @@ -10,4 +10,4 @@ COMPONENT_ADD_INCLUDEDIRS := include port/include COMPONENT_SRCDIRS := library port -include $(IDF_PATH)/make/component.mk +include $(IDF_PATH)/make/component_common.mk