Skip to content

Commit

Permalink
cmake(bugfix):add missing driver/serial CMake build source
Browse files Browse the repository at this point in the history
Signed-off-by: xuxin19 <[email protected]>
  • Loading branch information
xuxin930 committed Nov 12, 2024
1 parent d7e2063 commit 90e37f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/serial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 90e37f7

Please sign in to comment.