xref: /linux/arch/riscv/boot/dts/Makefile (revision bdbf2038fbf47e7de0b3909e9c8ac3ca4598e9e0)
1# SPDX-License-Identifier: GPL-2.0
2subdir-y += sifive
3subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan
4subdir-y += microchip
5
6obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
7