Skip to content
Snippets Groups Projects
Commit a0e83aa3 authored by Drew Fustini's avatar Drew Fustini
Browse files

DO_NOT_MERGE riscv: dts: build qemu virt device tree


Add the device tree for the qemu virt machine to the build. The
resulting dtb will be consumed by qemu-system-riscv64.

Co-developed-by: default avatarAdrien Ricciardi <aricciardi@baylibre.com>
Signed-off-by: default avatarAdrien Ricciardi <aricciardi@baylibre.com>
Signed-off-by: default avatarDrew Fustini <dfustini@baylibre.com>
parent ff2fb5b2
No related branches found
No related tags found
No related merge requests found
Pipeline #13654 failed
...@@ -5,5 +5,6 @@ subdir-y += starfive ...@@ -5,5 +5,6 @@ subdir-y += starfive
subdir-y += canaan subdir-y += canaan
subdir-y += microchip subdir-y += microchip
subdir-y += renesas subdir-y += renesas
subdir-y += qemu
obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_SOC_VIRT) += qemu-virt-cbqri.dtb
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment