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