1# SPDX-License-Identifier: GPL-2.0 2 3ifneq ($(CONFIG_BUILTIN_DTB_NAME),) 4dtb-y := $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME)) 5else 6dtb-$(CONFIG_MACH_LOONGSON64) += loongson64_2core_2k1000.dtb 7dtb-$(CONFIG_MACH_LOONGSON64) += loongson64c_4core_ls7a.dtb 8dtb-$(CONFIG_MACH_LOONGSON64) += loongson64c_4core_rs780e.dtb 9dtb-$(CONFIG_MACH_LOONGSON64) += loongson64c_8core_rs780e.dtb 10dtb-$(CONFIG_MACH_LOONGSON64) += loongson64g_4core_ls7a.dtb 11dtb-$(CONFIG_MACH_LOONGSON64) += loongson64v_4core_virtio.dtb 12 13dtb-$(CONFIG_MACH_LOONGSON32) += cq-t300b.dtb 14dtb-$(CONFIG_MACH_LOONGSON32) += ls1b-demo.dtb 15dtb-$(CONFIG_MACH_LOONGSON32) += lsgz_1b_dev.dtb 16dtb-$(CONFIG_MACH_LOONGSON32) += smartloong-1c.dtb 17endif 18