libc/blockstream: add block out stream backend

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2022-01-10 22:56:39 +08:00
committed by Petro Karashchenko
parent 2e7b10356f
commit 889a3bf7fc
3 changed files with 282 additions and 0 deletions
+4
View File
@@ -38,6 +38,10 @@ ifeq ($(CONFIG_LIBC_LZF),y)
CSRCS += lib_lzfcompress.c
endif
ifeq ($(CONFIG_DISABLE_MOUNTPOINT),)
CSRCS += lib_blkoutstream.c
endif
# Add the stdio directory to the build
DEPPATH += --dep-path stream