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

14 lines
354 B
Makefile
Raw Normal View History

2016-08-25 16:40:23 +08:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := expat/expat/lib port/include
2016-08-25 16:40:23 +08:00
COMPONENT_SRCDIRS := expat/expat/lib port
2016-08-25 16:40:23 +08:00
2018-07-31 14:49:54 +02:00
CFLAGS += -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM
2018-08-30 11:24:34 +08:00
ifeq ($(GCC_NOT_5_2_0), 1)
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
CFLAGS += -Wno-implicit-fallthrough
2018-08-30 11:24:34 +08:00
endif
COMPONENT_SUBMODULES += expat