mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00

Changes: Added Config to enable wifi-provisioning and protocomm & their pre-requisites. Changed sdkconfig.defaults, apt headers, esp_log_internal.h for compilation. Removed console, ble provisioning examples. Modified esp_prov to enable only softap transport.
9 lines
295 B
Makefile
9 lines
295 B
Makefile
COMPONENT_ADD_INCLUDEDIRS :=
|
|
COMPONENT_SRCDIRS :=
|
|
|
|
ifdef CONFIG_ENABLE_UNIFIED_PROVISIONING
|
|
COMPONENT_ADD_INCLUDEDIRS := include/common include/security include/transports
|
|
COMPONENT_PRIV_INCLUDEDIRS := proto-c src/common
|
|
COMPONENT_SRCDIRS := src/common src/security proto-c src/transports
|
|
endif
|