2016-08-05 14:39:38 +08:00
|
|
|
#
|
|
|
|
# Component Makefile
|
2016-09-08 17:41:43 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include include
|
2016-08-05 14:39:38 +08:00
|
|
|
|
|
|
|
COMPONENT_SRCDIRS := library port
|
|
|
|
|
2016-09-09 10:29:19 +10:00
|
|
|
include $(IDF_PATH)/make/component_common.mk
|