mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
fix(component.mk): Fix component.mk error of some component
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include/ssl
|
COMPONENT_ADD_INCLUDEDIRS += include/ssl
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := source/ssl source/crypto
|
COMPONENT_SRCDIRS := source/ssl source/crypto
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include
|
COMPONENT_ADD_INCLUDEDIRS += include
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := library
|
COMPONENT_SRCDIRS := library
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include
|
COMPONENT_ADD_INCLUDEDIRS += include
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := library
|
COMPONENT_SRCDIRS := library
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include
|
COMPONENT_ADD_INCLUDEDIRS += include
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := library
|
COMPONENT_SRCDIRS := library
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include/nopoll
|
COMPONENT_ADD_INCLUDEDIRS += include/nopoll
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := library
|
COMPONENT_SRCDIRS := library
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include/openssl include/internal include/platform
|
COMPONENT_ADD_INCLUDEDIRS += include/openssl include/internal include/platform
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := source/library source/platform
|
COMPONENT_SRCDIRS := source/library source/platform
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS := include
|
COMPONENT_ADD_INCLUDEDIRS += include
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := library
|
COMPONENT_SRCDIRS := library
|
||||||
|
Reference in New Issue
Block a user