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

This commit is contained in:
Angus Gratton 2016-09-09 14:07:45 +10:00
parent 264b115eb0
commit 6f006c25fb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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