cmake(bugfix):add missing driver/serial CMake build source

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19 2024-11-12 22:00:49 +08:00 committed by Xiang Xiao
parent 00dd223601
commit ac39d087f5

View file

@ -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)