Skip to content

Commit

Permalink
v9fs/CMakeLists.txt:Fix the problem that virtio-9p is not compiled pr…
Browse files Browse the repository at this point in the history
…operly in cmake

Summary:
  change CONFIG_DRIVERS_VIRTIO_9P -> CONFIG_V9FS_VIRTIO_9P

Signed-off-by: chenrun1 <[email protected]>
  • Loading branch information
crafcat7 authored and xiaoxiang781216 committed Nov 12, 2024
1 parent 9facfad commit 0c9203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/v9fs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if(CONFIG_FS_V9FS)
set(V9FS client.c transport.c v9fs.c)

if(CONFIG_DRIVERS_VIRTIO_9P)
if(CONFIG_V9FS_VIRTIO_9P)
list(APPEND V9FS virtio_9p.c)
endif()

Expand Down

0 comments on commit 0c9203b

Please sign in to comment.