cmake(bugfix):add missing driver/serial CMake build source
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
00dd223601
commit
ac39d087f5
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ if(CONFIG_RPMSG_UART)
|
||||||
list(APPEND SRCS uart_rpmsg.c)
|
list(APPEND SRCS uart_rpmsg.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(CONFIG_UART_HOSTFS)
|
||||||
|
list(APPEND SRCS uart_hostfs.c)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Pseudo-terminal support
|
# Pseudo-terminal support
|
||||||
|
|
||||||
if(CONFIG_PSEUDOTERM)
|
if(CONFIG_PSEUDOTERM)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue