drivers/vhost: fix cmake typos

This fixes filename typos in drivers/vhost/CMakeLists.txt

Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
This commit is contained in:
Yanfeng Liu
2025-02-12 15:23:14 +08:00
committed by GUIDINGLI
parent 4ded8df3d5
commit 01b308a146
+1 -1
View File
@@ -26,7 +26,7 @@ if(CONFIG_DRIVERS_VHOST)
endif()
if(CONFIG_DRIVERS_VHOST_RNG)
list(APPEND SRCS vhost_rng.c)
list(APPEND SRCS vhost-rng.c)
endif()
if(CONFIG_DRIVERS_VHOST_RPMSG)