Ver Fonte

json & expat: Update component.mk after merging from master

Angus Gratton há 9 anos atrás
pai
commit
6f006c25fb
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      components/expat/component.mk
  2. 1 1
      components/json/component.mk

+ 1 - 1
components/expat/Makefile → 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

+ 1 - 1
components/json/Makefile → 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