add support for a small filesystem on the watch
This commit is contained in:
13
apps/flash-test/Makefile
Executable file
13
apps/flash-test/Makefile
Executable file
@@ -0,0 +1,13 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/make.mk
|
||||
|
||||
INCLUDES += \
|
||||
-I$(TOP)/littlefs/ \
|
||||
-I./
|
||||
|
||||
SRCS += \
|
||||
$(TOP)/littlefs/lfs.c \
|
||||
$(TOP)/littlefs/lfs_util.c \
|
||||
./app.c
|
||||
|
||||
include $(TOP)/rules.mk
|
||||
Reference in New Issue
Block a user