1# SPDX-License-Identifier: GPL-2.0 2subdir-y += allwinner 3subdir-y += sifive 4subdir-y += starfive 5subdir-y += canaan 6subdir-y += microchip 7subdir-y += renesas 8 9obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) 10