--- zzzz-none-000/linux-4.9.218/arch/mips/boot/dts/ingenic/Makefile 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/arch/mips/boot/dts/ingenic/Makefile 2023-03-29 10:59:06.000000000 +0000 @@ -1,10 +1,4 @@ dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb -obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) - -# Force kbuild to make empty built-in.o if necessary -obj- += dummy.o - -always := $(dtb-y) -clean-files := *.dtb *.dtb.S +obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))