Loading arch/arm/boot/dts/qcom/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -138,9 +138,10 @@ DTB_LIST := $(dtb-y) endif targets += dtbs targets += $(addprefix ../, $(DTB_LIST)) endif $(obj)/../%.dtb: $(src)/%.dts $(obj)/../%.dtb: $(src)/%.dts FORCE $(call if_changed_dep,dtc) dtbs: $(addprefix $(obj)/../,$(DTB_LIST)) Loading Loading
arch/arm/boot/dts/qcom/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -138,9 +138,10 @@ DTB_LIST := $(dtb-y) endif targets += dtbs targets += $(addprefix ../, $(DTB_LIST)) endif $(obj)/../%.dtb: $(src)/%.dts $(obj)/../%.dtb: $(src)/%.dts FORCE $(call if_changed_dep,dtc) dtbs: $(addprefix $(obj)/../,$(DTB_LIST)) Loading