mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 10:08:06 +08:00
10 lines
192 B
Makefile
10 lines
192 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_SRCDIRS := port
|
|
endif
|
|
|