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

pull/21/head
Angus Gratton 2016-09-09 14:07:45 +10:00
rodzic 264b115eb0
commit 6f006c25fb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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