component.mk 216 B

123456789101112
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include
  5. COMPONENT_SRCDIRS := mbedtls/library port
  6. COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o
  7. COMPONENT_SUBMODULES += mbedtls