component.mk 246 B

123456789
  1. #
  2. # Main Makefile. This is basically the same as a component makefile.
  3. #
  4. # embed files from the "certs" directory as binary data symbols
  5. # in the app
  6. COMPONENT_EMBED_TXTFILES := server_root_cert.pem
  7. include $(IDF_PATH)/make/component_common.mk