mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 01:58:24 +08:00
7 lines
257 B
Makefile
7 lines
257 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
COMPONENT_EMBED_TXTFILES := ca.pem
|
|
COMPONENT_EMBED_TXTFILES += server.pem
|
|
COMPONENT_EMBED_TXTFILES += server.key
|