SC-F001 way better logging and parameters. not integrated yet but.
This commit is contained in:
24
managed_components/joltwallet__littlefs/component.mk
Normal file
24
managed_components/joltwallet__littlefs/component.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Component Makefile
|
||||
#
|
||||
|
||||
COMPONENT_SRCDIRS := src src/littlefs
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
|
||||
COMPONENT_PRIV_INCLUDEDIRS := src
|
||||
|
||||
COMPONENT_SUBMODULES := src/littlefs
|
||||
|
||||
CFLAGS += \
|
||||
-DLFS_CONFIG=lfs_config.h
|
||||
|
||||
ifdef CONFIG_LITTLEFS_FCNTL_GET_PATH
|
||||
CFLAGS += \
|
||||
-DF_GETPATH=$(CONFIG_LITTLEFS_FCNTL_F_GETPATH_VALUE)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_LITTLEFS_MULTIVERSION
|
||||
CFLAGS += \
|
||||
-DLFS_MULTIVERSION
|
||||
endif
|
||||
Reference in New Issue
Block a user