# SPDX-License-Identifier: GPL-2.0
subdir-y += sifive
subdir-y += kendryte

ifneq ($(wildcard $(srctree)/arch/riscv/bsp/dts/Makefile),)
subdir-y	+= ../../bsp/dts
endif

obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
