Initial commit.
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
This commit is contained in:
12
components/esp_rainmaker/component.mk
Normal file
12
components/esp_rainmaker/component.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
COMPONENT_SRCDIRS := src/core src/mqtt src/ota src/standard_types src/console
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
COMPONENT_PRIV_INCLUDEDIRS := src/core src/ota src/console
|
||||
|
||||
ifndef CONFIG_ESP_RMAKER_ASSISTED_CLAIM
|
||||
COMPONENT_OBJEXCLUDE += src/core/esp_rmaker_claim.pb-c.o
|
||||
ifndef CONFIG_ESP_RMAKER_SELF_CLAIM
|
||||
COMPONENT_OBJEXCLUDE += src/core/esp_rmaker_claim.o
|
||||
endif
|
||||
endif
|
||||
|
||||
COMPONENT_EMBED_TXTFILES := server_certs/rmaker_mqtt_server.crt server_certs/rmaker_claim_service_server.crt server_certs/rmaker_ota_server.crt
|
||||
Reference in New Issue
Block a user