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

Commit df218e14 authored by Abhimanyu Kapur's avatar Abhimanyu Kapur Committed by Sridhar Parasuram
Browse files

arm64: boot: Makefile: Point the dt append finding code to qcom directory



Point the dt finding code to the dts/qcom directory so it can pickup
relevant msm dt files.

Change-Id: I0fbee09e98cf20e904faf420003b8856c3c97f94
Signed-off-by: default avatarAbhimanyu Kapur <abhimany@codeaurora.org>
parent dec3acb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# Based on the ia64 boot/Makefile.
#

include $(srctree)/arch/arm64/boot/dts/Makefile
include $(srctree)/arch/arm64/boot/dts/qcom/Makefile

targets := Image Image.gz

+0 −8
Original line number Diff line number Diff line
@@ -4,14 +4,6 @@ dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb

targets += dtbs

DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
ifneq ($(DTB_NAMES),)
DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
else
DTB_LIST := $(dtb-y)
endif
targets += $(DTB_LIST)

#used for cleaning - not building
subdir- := qcom