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