Files
esp-idf/examples/04_https_request/main/component.mk
T

11 lines
307 B
Makefile
Raw Normal View History

2016-09-21 14:57:02 +10:00
#
# Main Makefile. This is basically the same as a component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
2016-09-21 14:57:02 +10:00
# embed files from the "certs" directory as binary data symbols
# in the app
COMPONENT_EMBED_TXTFILES := server_root_cert.pem
2016-09-21 14:57:02 +10:00