component.mk 285 B

12345678910
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := port/include include/expat
  5. COMPONENT_SRCDIRS := library port
  6. CFLAGS += -Wno-unused-function -DHAVE_EXPAT_CONFIG_H
  7. # Temporary suppress "fallthrough" warnings until they are fixed in expat repo
  8. CFLAGS += -Wno-implicit-fallthrough