2019-04-03 19:58:26 +05:30
|
|
|
#
|
|
|
|
|
# "main" pseudo-component makefile.
|
|
|
|
|
#
|
|
|
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
|
|
|
|
|
|
COMPONENT_EMBED_TXTFILES := ${PROJECT_PATH}/server_certs/ca_cert.pem
|
2021-03-02 16:00:49 +05:30
|
|
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS += ./ble_helper/include
|
|
|
|
|
COMPONENT_SRCDIRS += ./ble_helper/
|