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

Commit c535b83b authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: qcom: Add vendor directory to the Makefile



Add vendor directory to the devicetree makefile. This directory
will be included in the compilation only if it's present.

Change-Id: Ib644d00fd61469afa2311d214866607b78220f71
Signed-off-by: default avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 9d724eb4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28,3 +28,9 @@ subdir-y += synaptics
subdir-y += ti
subdir-y += xilinx
subdir-y += zte

dtstree	:= $(srctree)/$(src)
vendor  := $(dtstree)/vendor
ifneq "$(wildcard $(vendor)/Makefile)" ""
    subdir-y += vendor
endif