feat(pthread): Modify for ESP8266

This commit is contained in:
Dong Heng
2018-08-27 11:54:55 +08:00
parent e492bda28c
commit 1fc474b8c9
15 changed files with 75 additions and 221 deletions

View File

@ -2,7 +2,9 @@
# Component Makefile
#
COMPONENT_SRCDIRS := .
ifdef CONFIG_ENABLE_PTHREAD
COMPONENT_SRCDIRS := src
endif
COMPONENT_ADD_INCLUDEDIRS := include