xref: /linux/scripts/dtc/include-prefixes/riscv/Makefile (revision d22fe808f9a3456f16015e79f1b86a10ce13099f)
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