mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(pthread): Modify for ESP8266
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
# Component Makefile
|
||||
#
|
||||
|
||||
COMPONENT_SRCDIRS := .
|
||||
ifdef CONFIG_ENABLE_PTHREAD
|
||||
COMPONENT_SRCDIRS := src
|
||||
endif
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
|
||||
|
Reference in New Issue
Block a user