mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
11 lines
274 B
Makefile
11 lines
274 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
# embed files from the "certs" directory as binary data symbols
|
|
# in the app
|
|
COMPONENT_EMBED_TXTFILES := server_root_cert.pem
|
|
|
|
|