
added mk and Kbuild script to support building eva as external module for Vendor SI Change-Id: I96bfe0c5260264c40755b337dfe8b8522e966022 Signed-off-by: Yu SI <ysi@codeaurora.org>
18 行
485 B
Makefile
18 行
485 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
CONFIG_BUILD_VENDORSI := true
|
|
|
|
# auto-detect subdirs
|
|
ifneq ($(CONFIG_BUILD_VENDORSI), true)
|
|
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
|
|
endif
|
|
|
|
obj-y +=msm/
|