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

Commit 829d075d authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Include arm64 qcom dts Makefile in arm dts Makefile



Removed the not needed CONFIG_ARM64 config in arm
Makefile. And include arm64 qcom dts Makefile for arm
dts use.

Change-Id: Id1bd8299792fd634263552dde7dc03c893052a24
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent 5c1f0d88
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -3,17 +3,15 @@ dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
	sdxpoorwills-cdp.dtb \
	sdxpoorwills-mtp.dtb


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)

include $(srctree)/arch/arm64/boot/dts/qcom/Makefile
$(obj)/../%.dtb: $(src)/../../../../arm64/boot/dts/qcom/%.dts FORCE
	$(call if_changed_dep,dtc)

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