Files
android_kernel_xiaomi_sm845…/Makefile
Raghavendra Rao Ananta 1daa67702f ARM: dts: vendor: Add an initial Makefile to the vendor
Add an initial makefile to the vendor directory.

Change-Id: Ibc41b0b441213a1bc7c1a113080d8927d96e3fda
2019-06-04 16:50:48 -07:00

6 lines
91 B
Makefile

vendor := $(srctree)/$(src)
ifneq "$(wildcard $(vendor)/qcom)" ""
subdir-y += qcom
endif