component.mk 203 B

12345678
  1. COMPONENT_ADD_LDFLAGS := $(abspath lib/libc.a) $(abspath lib/libm.a)
  2. define COMPONENT_BUILDRECIPE
  3. #Nothing to do; this does not generate a library.
  4. endef
  5. include $(IDF_PATH)/make/component_common.mk