78392bf76b
1. change the description of Makefile.projbuild 2. remove the license header in the API document 3. add private inlcuding header code in the components file
10 lines
228 B
Makefile
10 lines
228 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := include/internal include/platform include/openssl
|
|
|
|
COMPONENT_SRCDIRS := library platform
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|