mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
11 lines
216 B
Makefile
11 lines
216 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
ifndef CONFIG_USING_ESP_VFS
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
COMPONENT_SRCDIRS :=
|
|
endif
|
|
|