mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user