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