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

Commit d2932199 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arch: arm64: Fix APPENDED_DTB for arm64"

parents ca5b7b47 bde3dde7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ifneq ($(DTB_NAMES),)
DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
DTB_OBJS := $(addprefix $(obj)/dts/,$(DTB_LIST))
else
DTB_OBJS := $(shell find $(obj)/dts/ -name \*.dtb)
DTB_OBJS := $(shell find -L $(obj)/dts/ -name \*.dtb)
endif

$(obj)/Image: vmlinux FORCE