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