mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
drivers: virtio: Add virtio-mmio-blk
Summary: - This commit adds virtio-mmio-blk driver Impact: - None Testing: - Tested with rv-virt:netnsh which will be updated later Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1d6a61c034
commit
498a75a58b
@@ -28,6 +28,10 @@ ifeq ($(CONFIG_DRIVERS_VIRTIO_NET),y)
|
||||
CSRCS += virtio-mmio-net.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DRIVERS_VIRTIO_BLK),y)
|
||||
CSRCS += virtio-mmio-blk.c
|
||||
endif
|
||||
|
||||
# Include build support
|
||||
|
||||
DEPPATH += --dep-path virtio
|
||||
|
||||
Reference in New Issue
Block a user