2020-09-11 03:36:58 +09:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2020-12-03 11:24:45 +09:00
|
|
|
CONFIG_BUILD_VENDORSI := true
|
|
|
|
|
2020-09-11 03:36:58 +09:00
|
|
|
# auto-detect subdirs
|
2020-12-03 11:24:45 +09:00
|
|
|
ifneq ($(CONFIG_BUILD_VENDORSI), true)
|
2020-09-11 03:36:58 +09:00
|
|
|
ifneq ($(CONFIG_ARCH_QTI_VM), y)
|
|
|
|
include $(srctree)/techpack/eva/config/waipioeva.conf
|
|
|
|
LINUXINCLUDE += -include $(srctree)/techpack/eva/config/waipioevaconf.h
|
|
|
|
endif
|
|
|
|
|
|
|
|
LINUXINCLUDE += -I$(srctree)/techpack/eva/include \
|
|
|
|
-I$(srctree)/techpack/eva/include/uapi \
|
|
|
|
-I$(srctree)/techpack/eva/include/uapi/eva
|
2020-12-03 11:24:45 +09:00
|
|
|
endif
|
2020-09-11 03:36:58 +09:00
|
|
|
|
|
|
|
obj-y +=msm/
|