hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/ingenic/Makefile
....@@ -1,6 +1,9 @@
11 # SPDX-License-Identifier: GPL-2.0
22 dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb
3
+dtb-$(CONFIG_JZ4740_RS90) += rs90.dtb
34 dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb
45 dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb
6
+dtb-$(CONFIG_X1000_CU1000_NEO) += cu1000-neo.dtb
7
+dtb-$(CONFIG_X1830_CU1830_NEO) += cu1830-neo.dtb
58
69 obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))