1# SPDX-License-Identifier: GPL-2.0 2subdir-y += brcm 3subdir-y += cavium-octeon 4subdir-y += img 5subdir-y += ingenic 6subdir-y += lantiq 7subdir-y += mscc 8subdir-y += mti 9subdir-y += netlogic 10subdir-y += ni 11subdir-y += pic32 12subdir-y += qca 13subdir-y += ralink 14subdir-y += xilfpga 15 16obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) 17