ARM: dts: vendor: Add an initial Makefile to the vendor

Add an initial makefile to the vendor directory.

Change-Id: Ibc41b0b441213a1bc7c1a113080d8927d96e3fda
This commit is contained in:
Raghavendra Rao Ananta
2019-05-31 12:24:45 -07:00
parent 719cc9aa79
commit 1daa67702f

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
vendor := $(srctree)/$(src)
ifneq "$(wildcard $(vendor)/qcom)" ""
subdir-y += qcom
endif