12 lines
240 B
Makefile
12 lines
240 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
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
|