Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8220780 authored by Runmin Wang's avatar Runmin Wang Committed by Venkata Narendra Kumar Gutta
Browse files

arch: arm64: Enable APPENDED_DTB in Makefile



Update the makefile to enable generation of appeneded dtbs.

Change-Id: Ic9a04f8d51456b4c9d64791eec0fbb4c7699267b
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
Signed-off-by: default avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
parent cbfb9620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)