Loading arch/arm64/boot/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES)) else DTB_LIST := $(dtb-y) endif DTB_OBJS := $(addprefix $(obj)/dts/,$(DTB_LIST)) DTB_OBJS := $(shell find $(obj)/dts/ -name \*.dtb) $(obj)/Image: vmlinux FORCE $(call if_changed,objcopy) Loading Loading
arch/arm64/boot/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES)) else DTB_LIST := $(dtb-y) endif DTB_OBJS := $(addprefix $(obj)/dts/,$(DTB_LIST)) DTB_OBJS := $(shell find $(obj)/dts/ -name \*.dtb) $(obj)/Image: vmlinux FORCE $(call if_changed,objcopy) Loading