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