mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
libc/blockstream: add block out stream backend
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
2e7b10356f
commit
889a3bf7fc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user