mtdoutstream: fix missing Make & cmake file
to fix the build break Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
95cf3b3aa9
commit
0b9bd22e19
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ list(
|
|||
lib_nullinstream.c
|
||||
lib_nulloutstream.c
|
||||
lib_mtdoutstream.c
|
||||
lib_mtdsostream.c
|
||||
lib_libnoflush.c
|
||||
lib_libsnoflush.c
|
||||
lib_syslogstream.c
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ CSRCS += lib_zeroinstream.c lib_nullinstream.c lib_nulloutstream.c
|
|||
CSRCS += lib_mtdoutstream.c lib_libnoflush.c lib_libsnoflush.c
|
||||
CSRCS += lib_syslogstream.c lib_syslograwstream.c lib_bufferedoutstream.c
|
||||
CSRCS += lib_hexdumpstream.c lib_base64outstream.c lib_fileoutstream.c
|
||||
CSRCS += lib_mtdsostream.c
|
||||
|
||||
# The remaining sources files depend upon C streams
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue