Files
lk/lib/fs/spifs/rules.mk
2015-11-14 18:21:22 -08:00

12 lines
152 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/spifs.c \
lib/fs \
lib/cksum \
lib/bio
include make/module.mk