blob: b313d2b0b03b6fb33ee6ff0cac03e630631d2a38 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3MODULE := $(LOCAL_DIR)
4
5MODULE_SRCS += \
6 $(LOCAL_DIR)/spifs.c \
7
8MODULE_DEPS += \
9 lib/fs \
10 lib/cksum \
11 lib/bio
12
13include make/module.mk