dtb-y += u-boot-general.dtb
dtb-y += u-boot-32-general.dtb
dtb-y += u-boot-ceresdata.dtb
dtb-y += u-boot-52S-JG.dtb
dtb-y += u-boot-tcm-general.dtb
dtb-y += u-boot-30s8-customized.dtb

ifeq ($(CONFIG_KYLINOS_DESKTOP),y)
dtb-y += u-boot-uart.dtb
dtb-y += u-boot-inspur-allinpc.dtb
dtb-y += u-boot-inspur-laptop.dtb
dtb-y += u-boot-rongda-laptop.dtb
dtb-y += u-boot-casic-laptop.dtb
dtb-y += u-boot-changcheng-laptop.dtb
dtb-y += u-boot-swai-laptop.dtb
dtb-y += u-boot-bitland-laptop.dtb
dtb-y += u-boot-JQ-phytium.dtb
dtb-y += u-boot-norco-phytium.dtb
dtb-y += u-boot-706-20xdesktop.dtb
dtb-y += u-boot-czc-laptop.dtb
dtb-y += u-boot-lenovo-sensors.dtb
dtb-y += u-boot-4c1p.dtb
dtb-y += u-boot-ccjr.dtb
dtb-y += u-boot-723-jindun.dtb

dtb-y += u-boot-ft2000ahk.dtb
dtb-y += u-boot-ft2000ahk-lbc.dtb
dtb-y += u-boot-ft2000ahk-SXZD.dtb
dtb-y += u-boot-ft2000ahk-come.dtb

dtb-y += ft2004-devboard-d4-dsk.dtb
dtb-$(CONFIG_ARCH_PHYTIUM) += d2000-devboard-dsk.dtb
endif

ifeq ($(CONFIG_KYLINOS_SERVER),y)
dtb-y += ft2000plus.dtb
dtb-y += ft2000plus-8x16G.dtb
dtb-y += ft2000plus-8x32G.dtb
dtb-y += ft2000plus-langchao.dtb
dtb-y += ft2000plus-tiangu-8x32G.dtb
endif

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files	:= *.dtb
