Skip to content

Commit e4d6f54

Browse files
committed
drivers: [DNM] fix CMakeLists.txt
To be solved Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 384403b commit e4d6f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ add_subdirectory_ifdef(CONFIG_SYSCON syscon)
8989
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
9090
add_subdirectory_ifdef(CONFIG_TEE tee)
9191
add_subdirectory_ifdef(CONFIG_VIDEO video)
92-
add_subdirectory_ifdef(CONFIG_VIRTIO_PCI virtio)
92+
add_subdirectory_ifdef(CONFIG_VIRTIO virtio)
9393
add_subdirectory_ifdef(CONFIG_VIRTUALIZATION virtualization)
9494
add_subdirectory_ifdef(CONFIG_W1 w1)
9595
add_subdirectory_ifdef(CONFIG_WATCHDOG watchdog)

0 commit comments

Comments
 (0)