Loading arch/arm/boot/dts/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -970,5 +970,9 @@ endif targets += dtbs dtbs_install targets += $(DTB_LIST) ifeq ($(CONFIG_ARM64),y) always := $(DTB_LIST) else dtbs: $(addprefix $(obj)/, $(DTB_LIST)) endif clean-files := *.dtb arch/arm/boot/dts/qcom/Makefile 0 → 100644 +16 −0 Original line number Diff line number Diff line ifeq ($(CONFIG_ARM64),y) always := $(dtb-y) subdir-y := $(dts-dirs) else targets += dtbs targets += $(addprefix ../, $(dtb-y)) $(obj)/../%.dtb: $(src)/%.dts FORCE $(call if_changed_dep,dtc) dtbs: $(addprefix $(obj)/../,$(dtb-y)) endif clean-files := *.dtb Loading
arch/arm/boot/dts/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -970,5 +970,9 @@ endif targets += dtbs dtbs_install targets += $(DTB_LIST) ifeq ($(CONFIG_ARM64),y) always := $(DTB_LIST) else dtbs: $(addprefix $(obj)/, $(DTB_LIST)) endif clean-files := *.dtb
arch/arm/boot/dts/qcom/Makefile 0 → 100644 +16 −0 Original line number Diff line number Diff line ifeq ($(CONFIG_ARM64),y) always := $(dtb-y) subdir-y := $(dts-dirs) else targets += dtbs targets += $(addprefix ../, $(dtb-y)) $(obj)/../%.dtb: $(src)/%.dts FORCE $(call if_changed_dep,dtc) dtbs: $(addprefix $(obj)/../,$(dtb-y)) endif clean-files := *.dtb