xref: /linux/scripts/dtc/include-prefixes/riscv/Makefile (revision b470ebc9e0e57f53d1db9c49b8a3de4086babd05)
1# SPDX-License-Identifier: GPL-2.0
2subdir-y += sifive
3subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan
4
5obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
6