2016-09-21 14:57:02 +10:00
|
|
|
#
|
2016-11-16 14:20:47 +11:00
|
|
|
# "main" pseudo-component makefile.
|
2016-09-21 14:57:02 +10:00
|
|
|
#
|
2016-11-10 13:20:55 +11:00
|
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
2016-09-21 14:57:02 +10:00
|
|
|
|
2019-04-13 12:15:28 +01:00
|
|
|
# embed files from the "certs" directory as binary data symbols
|
|
|
|
|
# in the app
|
2019-07-31 16:22:49 +05:30
|
|
|
COMPONENT_EMBED_TXTFILES := certs/coap_ca.pem certs/coap_server.crt certs/coap_server.key
|