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

Commit 35666261 authored by Robert Richter's avatar Robert Richter Committed by Kevin Hilman
Browse files

dts, arm64: Move dts files to vendor subdirs



Moving dts files to vendor subdirs.

Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRobert Richter <rrichter@cavium.com>
(cherry picked from commit ca5b34100c571658e605c5554aac374649593327)
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent 48f9d364
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
dts-dirs += apm
dts-dirs += arm
dts-dirs += cavium

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
+5 −0
Original line number Diff line number Diff line
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files	:= *.dtb
+6 −0
Original line number Diff line number Diff line
dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files	:= *.dtb
Loading