component.mk 156 B

123456789
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := port/include include
  5. COMPONENT_SRCDIRS := library port
  6. include $(IDF_PATH)/make/component_common.mk