summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-02-22 08:05:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-22 10:24:31 +0100
commit3e36b143754e8a0b8e5070b6f8138e9e18f32fdd (patch)
tree68a17308c517cfce3d0697fd9b39cc6a646c2025 /drivers/Makefile
parentc0f984b4dfe53c66fa15e18d89b5a7b122d541fd (diff)
downloadbarebox-3e36b143754e8a0b8e5070b6f8138e9e18f32fdd.tar.gz
drivers: add support for memory-mapped VirtIO paravirtualization
Sandbox is only useful to test barebox in isolation. For interaction between barebox and firmware/OS, Qemu is the better choice. Qemu supports specifying VirtIO devices on the command line, which it automatically fixes up into the device tree. This is nice. Add support for that. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 5a03bdceab..4d3a7cb168 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -43,3 +43,4 @@ obj-y += soc/imx/
obj-y += nvme/
obj-y += ddr/
obj-y += power/
+obj-y += virtio/