fix(component.mk): Fix component.mk error of some component

This commit is contained in:
Dong Heng
2018-04-08 14:26:39 +08:00
parent 132204e7ca
commit 1297a40846
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# #
# Component Makefile # Component Makefile
# #
COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_SRCDIRS := library COMPONENT_SRCDIRS := library

View File

@ -1,6 +1,6 @@
# #
# Component Makefile # Component Makefile
# #
COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_SRCDIRS := library COMPONENT_SRCDIRS := library

View File

@ -1,6 +1,6 @@
# #
# Component Makefile # Component Makefile
# #
COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_SRCDIRS := library COMPONENT_SRCDIRS := library

View File

@ -1,6 +1,6 @@
# #
# Component Makefile # Component Makefile
# #
COMPONENT_ADD_INCLUDEDIRS := include/nopoll COMPONENT_ADD_INCLUDEDIRS += include/nopoll
COMPONENT_SRCDIRS := library COMPONENT_SRCDIRS := library

View File

@ -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

View File

@ -1,6 +1,6 @@
# #
# Component Makefile # Component Makefile
# #
COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_SRCDIRS := library COMPONENT_SRCDIRS := library