mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
4ded8df3d5
commit
01b308a146
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue