From 1daa67702f87f5c25abaaf7c30bd47b76adcb9bd Mon Sep 17 00:00:00 2001 From: Raghavendra Rao Ananta Date: Fri, 31 May 2019 12:24:45 -0700 Subject: [PATCH] ARM: dts: vendor: Add an initial Makefile to the vendor Add an initial makefile to the vendor directory. Change-Id: Ibc41b0b441213a1bc7c1a113080d8927d96e3fda --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..855132a4 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +vendor := $(srctree)/$(src) + +ifneq "$(wildcard $(vendor)/qcom)" "" + subdir-y += qcom +endif