Files
esp-idf/components/expat/component.mk
T

10 lines
171 B
Makefile
Raw Normal View History

2016-08-25 16:40:23 +08:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include include/expat
COMPONENT_SRCDIRS := library port
2016-09-23 14:46:39 +08:00
CFLAGS += -Wno-unused-function -DHAVE_EXPAT_CONFIG_H
2016-08-25 16:40:23 +08:00