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

Commit 0ed47592 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arch: arm: Fix the DTB_OBJS macro to include vendor dtbs"

parents 1b8ece59 b627b000
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
else
else
DTB_LIST := $(dtb-y)
DTB_LIST := $(dtb-y)
endif
endif
DTB_OBJS := $(addprefix $(obj)/dts/,$(DTB_LIST))
DTB_OBJS := $(shell find $(obj)/dts/ -name \*.dtb)


ifeq ($(CONFIG_XIP_KERNEL),y)
ifeq ($(CONFIG_XIP_KERNEL),y)