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

Unverified Commit f5e1cd9a authored by Sebastiano Barezzi's avatar Sebastiano Barezzi Committed by Michael Bestas
Browse files

arm64: dts: Exclude standard dts if vendor dts exists

Change-Id: I11f68b27a45fa02861bd5b6526bf49664bfccfb8
parent b679cc56
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
dtstree	:= $(srctree)/$(src)
vendor  := $(dtstree)/vendor
ifneq "$(wildcard $(vendor)/Makefile)" ""
    subdir-y += vendor
else
subdir-y += actions
subdir-y += al
subdir-y += allwinner
@@ -28,9 +33,4 @@ 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