kernel/arch/mips/boot/dts/ingenic/Makefile
.. .. @@ -1,6 +1,9 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb 3 +dtb-$(CONFIG_JZ4740_RS90) += rs90.dtb3 4 dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb 4 5 dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb 6 +dtb-$(CONFIG_X1000_CU1000_NEO) += cu1000-neo.dtb7 +dtb-$(CONFIG_X1830_CU1830_NEO) += cu1830-neo.dtb5 8 6 9 obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))