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

Commit 55238e56 authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

ARM: dts: Use common dts for 64 or 32 build



Create soft link for 32 build qcom dts so to make common dts folder
for 64 and 32 build.

Change-Id: Id72b028a6daf8eef7874ddc0e968ab4dd602c4cb
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent d674ca40
Loading
Loading
Loading
Loading

arch/arm/boot/dts/qcom

0 → 120000
+1 −0
Original line number Diff line number Diff line
../../../arm64/boot/dts/qcom
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
@@ -66,6 +66,16 @@ dtb-$(CONFIG_ARCH_SDM640) += sdm640-rumi.dtb \
	sdm640-qrd.dtb
endif

ifeq ($(CONFIG_ARM64),y)
always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
else
targets += dtbs
targets += $(addprefix ../, $(dtb-y))

$(obj)/../%.dtb: $(src)/%.dts FORCE
	$(call if_changed_dep,dtc)

dtbs: $(addprefix $(obj)/../,$(dtb-y))
endif
clean-files	:= *.dtb *.dtbo