component.mk 234 B

123456789
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_LDFLAGS = -l$(COMPONENT_NAME) -Wl,--undefined=uxTopUsedPriority
  5. COMPONENT_ADD_INCLUDEDIRS := include
  6. COMPONENT_PRIV_INCLUDEDIRS := include/freertos
  7. include $(IDF_PATH)/make/component_common.mk