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

Commit b9822afa authored by Kumar Gala's avatar Kumar Gala Committed by Michael Bohan
Browse files

ARM64: dts: msm: rename to qcom from qti



Cleanup makefiles to refer to 'qcom' instead of 'qti' due
to recent vendor prefix revert.

Change-Id: I778a64e71ccf7917ef5bf42187b1400cc11c98b2
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 10338310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ zinstall install: vmlinux

dtbs: scripts
	$(Q)$(MAKE) $(build)=$(boot)/dts dtbs
	$(Q)$(MAKE) $(build)=$(boot)/dts/qti dtbs
	$(Q)$(MAKE) $(build)=$(boot)/dts/qcom dtbs

# We use MRPROPER_FILES and CLEAN_FILES now
archclean:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ targets += dtbs
targets += $(dtb-y)

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

dtbs: $(addprefix $(obj)/, $(dtb-y))