mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-03 22:26:14 +08:00
Change-Id: If2421afc876e320489d1e457b8ab91176e5f7b48 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
9 lines
157 B
Makefile
9 lines
157 B
Makefile
vendor := $(srctree)/$(src)
|
|
|
|
ifneq "$(wildcard $(vendor)/qcom)" ""
|
|
subdir-y += qcom
|
|
endif
|
|
#OPLUS_DTS_OVERLAY start
|
|
subdir-y += oplus
|
|
#OPLUS_DTS_OVERLAY end
|