947e3e94ed
Adds the ESP certificate bundle feature that enables users to bundle a root certificate bundle together with their application. Default bundle includes all Mozilla root certificates Closes IDF-296
6 lines
No EOL
189 B
Makefile
6 lines
No EOL
189 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
|
COMPONENT_EMBED_FILES := server_cert_chain.pem prvtkey.pem server_cert_bundle
|