2016-08-25 08:40:23 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include include/expat
|
|
|
|
|
|
|
|
COMPONENT_SRCDIRS := library port
|
|
|
|
|
2016-09-23 06:46:39 +00:00
|
|
|
CFLAGS += -Wno-unused-function -DHAVE_EXPAT_CONFIG_H
|
2018-06-14 16:11:21 +00:00
|
|
|
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
|
|
|
|
CFLAGS += -Wno-implicit-fallthrough
|