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