mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
6 lines
91 B
Makefile
6 lines
91 B
Makefile
|
|
vendor := $(srctree)/$(src)
|
||
|
|
|
||
|
|
ifneq "$(wildcard $(vendor)/qcom)" ""
|
||
|
|
subdir-y += qcom
|
||
|
|
endif
|