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

Commit 9a055406 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 99080dfb 328207aa
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)