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

Commit 328207aa authored by Venkata Narendra Kumar Gutta's avatar Venkata Narendra Kumar Gutta
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>
parent f74ff626
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -30,6 +30,11 @@ subdir-y += zte

dtstree		:= $(srctree)/$(src)

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

dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(subdir), $(wildcard $(dtstree)/$(d)/*.dts)))

always		:= $(dtb-y)