kopia lustrzana https://github.com/espressif/esp-idf
11 wiersze
351 B
Makefile
11 wiersze
351 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
# embed files from the "certs" directory as binary data symbols
|
|
# in the app
|
|
COMPONENT_EMBED_TXTFILES := coap_ca.pem
|
|
COMPONENT_EMBED_TXTFILES += coap_client.crt
|
|
COMPONENT_EMBED_TXTFILES += coap_client.key
|