9 lines
321 B
Makefile
9 lines
321 B
Makefile
|
# Automatically generated build file. Do not edit.
|
||
|
COMPONENT_INCLUDES += $(IDF_PATH)/components/log/include
|
||
|
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/log -llog
|
||
|
COMPONENT_LINKER_DEPS +=
|
||
|
COMPONENT_SUBMODULES +=
|
||
|
COMPONENT_LIBRARIES += log
|
||
|
COMPONENT_LDFRAGMENTS += $(IDF_PATH)/components/log/linker.lf
|
||
|
component-log-build:
|