mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
v9fs/CMakeLists.txt:Fix the problem that virtio-9p is not compiled properly in cmake
Summary: change CONFIG_DRIVERS_VIRTIO_9P -> CONFIG_V9FS_VIRTIO_9P Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
if(CONFIG_FS_V9FS)
|
if(CONFIG_FS_V9FS)
|
||||||
set(V9FS client.c transport.c v9fs.c)
|
set(V9FS client.c transport.c v9fs.c)
|
||||||
|
|
||||||
if(CONFIG_DRIVERS_VIRTIO_9P)
|
if(CONFIG_V9FS_VIRTIO_9P)
|
||||||
list(APPEND V9FS virtio_9p.c)
|
list(APPEND V9FS virtio_9p.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user