mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 13:05:05 +00:00
Add an initial makefile to the vendor directory. Change-Id: Ibc41b0b441213a1bc7c1a113080d8927d96e3fda
6 lines
91 B
Makefile
6 lines
91 B
Makefile
vendor := $(srctree)/$(src)
|
|
|
|
ifneq "$(wildcard $(vendor)/qcom)" ""
|
|
subdir-y += qcom
|
|
endif
|