component.mk 353 B

123456789101112
  1. #
  2. # "main" pseudo-component makefile.
  3. #
  4. # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
  5. # embed files from the "certs" directory as binary data symbols
  6. # in the app
  7. COMPONENT_EMBED_TXTFILES := wpa2_ca.pem
  8. COMPONENT_EMBED_TXTFILES += wpa2_client.crt
  9. COMPONENT_EMBED_TXTFILES += wpa2_client.key