mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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)
|
||||
endif()
|
||||
|
||||
if(CONFIG_UART_HOSTFS)
|
||||
list(APPEND SRCS uart_hostfs.c)
|
||||
endif()
|
||||
|
||||
# Pseudo-terminal support
|
||||
|
||||
if(CONFIG_PSEUDOTERM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue