mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-17 15:19:45 +08:00
12 lines
164 B
Makefile
Executable File
12 lines
164 B
Makefile
Executable File
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
ifndef CONFIG_NVS_ENCRYPTION
|
|
COMPONENT_OBJEXCLUDE := src/nvs_encr.o
|
|
endif
|