mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 15:11:54 +00:00
Add initial device tree to support to kalama SoC and add RUMI, MTP, CDP and QRD platforms Change-Id: Idfb076fa699a15602fd0d0dfef1ef30ad8bc6861
6 lines
91 B
Makefile
6 lines
91 B
Makefile
vendor := $(srctree)/$(src)
|
|
|
|
ifneq "$(wildcard $(vendor)/qcom)" ""
|
|
subdir-y += qcom
|
|
endif
|