2016-09-21 04:57:02 +00:00
|
|
|
#
|
2016-11-16 03:20:47 +00:00
|
|
|
# "main" pseudo-component makefile.
|
2016-09-21 04:57:02 +00:00
|
|
|
#
|
2016-11-10 02:20:55 +00:00
|
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
2016-09-21 04:57:02 +00:00
|
|
|
|
2016-10-06 01:51:47 +00:00
|
|
|
# embed files from the "certs" directory as binary data symbols
|
|
|
|
# in the app
|
|
|
|
COMPONENT_EMBED_TXTFILES := server_root_cert.pem
|
2016-09-21 04:57:02 +00:00
|
|
|
|
2016-11-14 03:48:10 +00:00
|
|
|
|