1# 2#Component Makefile 3# 4 5COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive 6COMPONENT_EMBED_FILES := server_cert_chain.pem prvtkey.pem server_cert_bundle 7
1# 2#Component Makefile 3# 4 5COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive 6COMPONENT_EMBED_FILES := server_cert_chain.pem prvtkey.pem server_cert_bundle 7